Hide hidden talks from sitemap, add robots meta tag

This commit is contained in:
Oliver Davies 2017-05-15 19:00:17 +01:00
parent 00378fc778
commit df253d4da5
2 changed files with 15 additions and 1 deletions

View file

@ -40,3 +40,7 @@
<meta name="twitter:text:description" content="{{ og.description|raw }}"/>
<meta name="twitter:site" content="@{{ site.twitter.name }}"/>
{% endif %}
{% if page.hide_page %}
<meta name="robots" content="no-index, no-follow">
{% endif %}