|
...
|
...
|
@@ -3,7 +3,6 @@
|
|
3
|
3
|
<head>
|
|
4
|
4
|
<meta charset="utf-8">
|
|
5
|
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
7
|
6
|
{% if meta.page_description %}<meta name="description" content="{{ meta.page_description[0] }}">{% endif %}
|
|
8
|
7
|
{% if meta.page_keywords %}<meta name="keywords" content="{{ meta.page_keywords[0] }}">{% endif %}
|
|
9
|
8
|
{% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
|