Skip to content

Commit 371202b

Browse files
authored
Merge pull request #40 from coderdojo-japan/remove-no-index
[9/1 の本番リリース前に実施] noindex を削除
2 parents edab846 + 3be5052 commit 371202b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_includes/head.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<meta name="description" content="{{ site.description | strip_html | escape }}" />
4646
{% endif %}
4747

48-
<!-- リリースまで検索エンジンのインデックスから除外する -->
49-
<meta name="robots" content="noindex">
50-
5148
<!-- Google Analytics -------------------------- -->
5249
{% if jekyll.environment == 'production' %}
5350
{% include google-analytics.html %}

0 commit comments

Comments
 (0)