fix tag name

This commit is contained in:
Anton Keks 2018-07-03 20:33:36 +03:00
parent 323d2979bc
commit 3adf9361bd

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="canonical" href="{{ site.url }}{{ page.url | remove:'index.html' }}">
<script2>if (location.href.indexOf('http:') === 0) location.href = location.href.replace('http:', 'https:')</script2>
<script>if (location.href.indexOf('http:') === 0) location.href = location.href.replace('http:', 'https:')</script>
{%if page.keywords != null%}<meta name="keywords" content="{{ page.keywords }}">{%endif%}
{%if page.description != null%}<meta name="description" content="{{ page.description }}">{%endif%}
<title>{{ site.name }} - {{ page.title }}</title>