File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 {% if site.bing_webmastertools_id %}< meta name ="msvalidate.01 " content ="{{ site.bing_webmastertools_id }} " > {% endif %}
5151 {% if site.google_author %}< link rel ="author " href ="{{ site.google_author }} "> {% endif %}
5252 {% if site.alexa_verify_id %}< meta name ="alexaVerifyID " content ="{{ site.alexa_verify_id }} "> {% endif %}
53- {% if page.noindex == true %}< meta name ="robots " content ="noindex "> {% endif %}
53+ {% if page.noindex == true or layout.noindex == true %}< meta name ="robots " content ="noindex "> {% endif %}
5454
5555
5656 <!-- Facebook Open Graph -->
Original file line number Diff line number Diff line change 66< head >
77 {% include _head.html %}
88</ head >
9- < body id ="top-of-page " class ="{{ page .format }} ">
9+ < body id ="top-of-page " class ="{{ layout .format }} ">
1010 {% unless page.skip_boilerplate %}
1111 {% include _navigation.html %}
1212 {% endunless %}
You can’t perform that action at this time.
0 commit comments