aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
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