Merge branch 'master' into support_neighbors

This commit is contained in:
olipratt 2017-03-18 14:13:22 +00:00
commit 3069ae44a4
42 changed files with 1027 additions and 204 deletions

View file

@ -67,6 +67,8 @@
{% endfor %}
</ul>
</div>
{% else %}
<div class="addthis_relatedposts_inline">
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %}

View file

@ -40,7 +40,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="{{ ROBOTS }}" />
{% if page in hidden_pages %}
<meta name="robots" content="noindex, nofollow" />
{% else %}
<meta name="robots" content="{{ ROBOTS }}" />
{% endif %}
{% if BROWSER_COLOR %}
<!-- Chrome, Firefox OS and Opera -->
@ -182,9 +186,9 @@
{% include "partial/jsonld.html" %}
{% block additional_js %}{% endblock %}
{% if GITHUB_CORNER_URL %}
{% include 'partial/github.html' %}
{% include 'partial/github.html' %}
{% endif %}
</body>
</html>