mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 21:24:20 +01:00
add ability to have pages/posts ignored by search engines with noindex
This commit is contained in:
@@ -16,6 +16,10 @@ layout: compress
|
|||||||
<meta content="{{ site.share.fb_appid }}" property="fb:app_id">
|
<meta content="{{ site.share.fb_appid }}" property="fb:app_id">
|
||||||
<meta content="{{ site.title }}" property="og:site_name">
|
<meta content="{{ site.title }}" property="og:site_name">
|
||||||
|
|
||||||
|
{% if page.noindex %}
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
<meta content="{{ page.title }}" property="og:title">
|
<meta content="{{ page.title }}" property="og:title">
|
||||||
<meta content="article" property="og:type">
|
<meta content="article" property="og:type">
|
||||||
|
|||||||
Reference in New Issue
Block a user