We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b09265 + fc45e26 commit 0f2c986Copy full SHA for 0f2c986
_includes/head.html
@@ -45,6 +45,9 @@
45
<meta name="description" content="{{ site.description | strip_html | escape }}" />
46
{% endif %}
47
48
+ <!-- リリースまで検索エンジンのインデックスから除外する -->
49
+ <meta name="robots" content="noindex">
50
+
51
<!-- Google Analytics -------------------------- -->
52
{% if jekyll.environment == 'production' %}
53
{% include google-analytics.html %}
0 commit comments