Hide hidden talks from sitemap, add robots meta tag
This commit is contained in:
parent
00378fc778
commit
df253d4da5
2 changed files with 15 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue