_includes/head/index.html in word-games-theme-1.5.5 vs _includes/head/index.html in word-games-theme-1.5.6
- old
+ new
@@ -4,10 +4,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
+
{% include seo.html %}
<link rel="canonical" href="{{site.url | append: page.url}}">
{%- if site.keyboard -%}
<meta name="keywords" content="{{site.keyboard}}" />
{%- endif -%}
@@ -19,10 +20,9 @@
<link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
-
{%- if site.MonumetricID -%}
<link rel="stylesheet" href="{{ '/assets/css/config.css' | relative_url }}">
{%- endif -%}
\ No newline at end of file