diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 16:16:43 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 21:00:26 +0100 |
| commit | 4feaace4929a07cc34c4bcd6c57334be2d95ec31 (patch) | |
| tree | 8b2b272a40a9c002d8d0c18831fd95bd03a246e3 /_includes/gw_head | |
| parent | 1ffe35e8bed26b833bf873f6062a548aa26e2598 (diff) | |
| download | wiki-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.html | 3 |
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 }} %} |
