1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Updated seo-tag settings.

Although `tagline` hasn't been released yet.
This commit is contained in:
Cotes Chung
2020-01-09 02:48:57 +08:00
parent 53e01c1778
commit 6cef0829a8
5 changed files with 18 additions and 15 deletions

View File

@@ -7,6 +7,9 @@
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
{%- if page.layout == "home" -%}
{{- site.title -}}
@@ -14,8 +17,6 @@
{{ page.title }} | {{ site.title }}
{%- endif -%}
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% seo title=false %}

View File

@@ -23,7 +23,7 @@
<div id="site-title">
<a href="{{ site.baseurl }}/">{{- site.title -}}</a>
</div>
<div id="site-subtitle" class="font-italic">{{ site.description }}</div>
<div id="site-subtitle" class="font-italic">{{- site.tagline -}}</div>
</div>
</div>