From a3a95d7a9b020f9aeb66e17cab16e957f5a7cb5e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 11:38:24 +0400 Subject: Added space management --- _layouts/default.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '_layouts/default.html') 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 --- - + -{% include head.html %} +{%- include head.html -%}
- {% include navbar.html %} + {%- include navbar.html -%}
- {{ content }} + {{- content -}}
- {% include counter.html %} + {%- include counter.html -%} \ No newline at end of file -- cgit v1.2.3