_includes/head.html in jekyll-theme-mehdix-rtl-0.1.11 vs _includes/head.html in jekyll-theme-mehdix-rtl-0.1.12
- old
+ new
@@ -1,12 +1,14 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width initial-scale=1" />
{%- if page.tags -%}
<meta name="keywords" content='{{ page.tags | join: "," }}' />
+ {%- elsif page.url contains site.tag_page_dir -%}
+ <meta name="robots" content="noindex">
{%- else -%}
- <meta name="keywords" content="{{ site.keywords }}" />
+ <meta name="keywords" content='{{ site.keywords | join: "," }}' />
{%- endif -%}
<meta name="author" content="{{ site.author}}" />
<meta name="copyright" content="{{ site.copyright }}" />
<meta name="robot" content="{{ site.robot }}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -19,14 +21,10 @@
<link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
<link rel="canonical" href="{{ site.baseurl, page.url | absolute_url }}" />
<link rel="icon" href="{{ site.favicon | absolute_url}}" />
{%- if page.style -%}
<style type="text/css">
- {
- {
- page.style
- }
- }
+ {{ page.style }}
</style>
{%- endif -%}
{%- if page.url == "/404.html" -%}
<meta http-equiv="refresh" content="5; url='{{ site.baseurl | absolute_url}}'" />
{%- endif -%}