summaryrefslogtreecommitdiffstats
path: root/blog/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes/head.html')
-rw-r--r--blog/_includes/head.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/blog/_includes/head.html b/blog/_includes/head.html
index 4a7c430..93f1512 100644
--- a/blog/_includes/head.html
+++ b/blog/_includes/head.html
@@ -2,7 +2,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>{{ site.title }}{% if page.title %} - {% t page.title %}{% endif %}</title>
+ <title>
+ {{ site.title }}
+ {% if page.title %}
+ - {% page_title page.title %}
+ {% endif %}
+ </title>
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl_root }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl_root | prepend: site.url }}">