_includes/head.html in jekyll-theme-mehdix-rtl-0.1.13 vs _includes/head.html in jekyll-theme-mehdix-rtl-0.1.14
- old
+ new
@@ -1,8 +1,8 @@
<head>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width initial-scale=1" />
+ <meta name="viewport" content="width=device-width initial-scale=1.0" />
{%- if page.tags -%}
<meta name="keywords" content='{{ page.tags | join: "," }}' />
{%- elsif page.url contains site.tag_page_dir -%}
<meta name="robots" content="noindex">
{%- else -%}
@@ -23,10 +23,7 @@
<link rel="icon" href="{{ site.favicon | absolute_url}}" />
{%- if page.style -%}
<style type="text/css">
{{ page.style }}
</style>
- {%- endif -%}
- {%- if page.url == "/404.html" -%}
- <meta http-equiv="refresh" content="5; url='{{ site.baseurl | absolute_url}}'" />
{%- endif -%}
</head>