mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 13:14:21 +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.title }}" property="og:site_name">
|
||||
|
||||
{% if page.noindex %}
|
||||
<meta name="robots" content="noindex">
|
||||
{% endif %}
|
||||
|
||||
{% if page.title %}
|
||||
<meta content="{{ page.title }}" property="og:title">
|
||||
<meta content="article" property="og:type">
|
||||
|
||||
Reference in New Issue
Block a user