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/post.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 9ff87ac..aa32f3e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,24 +3,24 @@ layout: default ---
-

{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}

+

{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}

Posted - + by - Valentin Popov + Valentin Popov  ‐ - {% include reading-time.html %} + {%- include reading-time.html -%}

- {{ content }} + {{- content -}}
- {% include comments.html %} + {%- include comments.html -%}
\ No newline at end of file -- cgit v1.2.3