0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 08:00:26 +03:00

Deleted compression

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov
2018-04-03 20:11:18 +00:00
parent 23a8b44336
commit cc6b04f370
2 changed files with 13 additions and 15 deletions

View File

@ -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>