mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Merge pull request #6 from tbaschak/noindex
add ability to have noindex included on a page/pos
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