diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-04 00:30:05 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-04 00:30:05 +0300 |
commit | 8f06024803b9ac8506a4299e1c7463e2e95c6aeb (patch) | |
tree | e078a8d9be87f4de080e7c394291ceccf574cbec /_includes/head.html | |
parent | bcc6b80537dddc51a65cd0dc112a2b70c1debc00 (diff) | |
download | popov.link-8f06024803b9ac8506a4299e1c7463e2e95c6aeb.tar.xz popov.link-8f06024803b9ac8506a4299e1c7463e2e95c6aeb.zip |
Checking the homepage by ID
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
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 }} · |