aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 5710769..035aad2 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>
- {% if page.title == "index" %}
+ {% if page.id == "index" %}
{{ site.title | smartify | strip_html | normalize_whitespace }}
{% else %}
{{ page.title | smartify | strip_html | normalize_whitespace }} &middot;