mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 08:00:26 +03:00
Checking the homepage by ID
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
@ -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 }} ·
|
||||
|
Reference in New Issue
Block a user