aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 10:38:24 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 10:38:24 +0300
commita3a95d7a9b020f9aeb66e17cab16e957f5a7cb5e (patch)
treed7ce3ba4bb4f30f6d592cf12e33b6a6331d843d2 /_layouts/default.html
parent2db390219832103ecbece1188c1964a4539e9020 (diff)
downloadpopov.link-a3a95d7a9b020f9aeb66e17cab16e957f5a7cb5e.tar.xz
popov.link-a3a95d7a9b020f9aeb66e17cab16e957f5a7cb5e.zip
Added space management
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index ca65e32..b0937c7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,20 +3,20 @@ layout: compress
---
<!DOCTYPE html>
-<html lang="{{ site.lang | strip | slugify | xml_escape }}">
+<html lang="{{- site.lang | strip | slugify | xml_escape -}}">
-{% include head.html %}
+{%- include head.html -%}
<body>
<header>
- {% include navbar.html %}
+ {%- include navbar.html -%}
</header>
<article>
- {{ content }}
+ {{- content -}}
</article>
- {% include counter.html %}
+ {%- include counter.html -%}
</body>
</html> \ No newline at end of file