aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-03 23:11:18 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-03 23:58:03 +0300
commitcc6b04f37028a421fc6878e6c4bbdf5a55aeda59 (patch)
treee4bb144fd9a8bca6663558a178bfebc8de5d4a06 /_includes/head.html
parent23a8b443360dc12ea1c8da8882fbed12cc380f69 (diff)
downloadpopov.link-cc6b04f37028a421fc6878e6c4bbdf5a55aeda59.tar.xz
popov.link-cc6b04f37028a421fc6878e6c4bbdf5a55aeda59.zip
Deleted compression
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 3354d17..5710769 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -8,10 +8,10 @@
<title>
{% if page.title == "index" %}
- {{ site.title | smartify | strip_html | strip | normalize_whitespace }}
+ {{ site.title | smartify | strip_html | normalize_whitespace }}
{% else %}
- {{ page.title | smartify | strip_html | strip | normalize_whitespace }} &middot;
- {{ site.title | smartify | strip_html | strip | normalize_whitespace }}
+ {{ page.title | smartify | strip_html | normalize_whitespace }} &middot;
+ {{ site.title | smartify | strip_html | normalize_whitespace }}
{% endif %}
</title>