summaryrefslogtreecommitdiff
path: root/_includes/gw_head
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-17 16:16:43 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-17 21:00:26 +0100
commit4feaace4929a07cc34c4bcd6c57334be2d95ec31 (patch)
tree8b2b272a40a9c002d8d0c18831fd95bd03a246e3 /_includes/gw_head
parent1ffe35e8bed26b833bf873f6062a548aa26e2598 (diff)
downloadwiki-4feaace4929a07cc34c4bcd6c57334be2d95ec31.tar.gz
wiki-4feaace4929a07cc34c4bcd6c57334be2d95ec31.tar.bz2
wiki-4feaace4929a07cc34c4bcd6c57334be2d95ec31.zip
Implemented js search and SEO optimizations
Diffstat (limited to '_includes/gw_head')
-rw-r--r--_includes/gw_head/meta.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/gw_head/meta.html b/_includes/gw_head/meta.html
index 141ab05..bfae3da 100644
--- a/_includes/gw_head/meta.html
+++ b/_includes/gw_head/meta.html
@@ -5,7 +5,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width">
-<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
+
+{% seo %}
{% if site.inc_after_meta %}
{% include {{ site.inc_after_meta }} %}