From 5128d166614919d12e397b913de9490f49971c82 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 28 Jan 2024 15:54:27 +0100 Subject: [PATCH] add newlines to templates --- templates/index.html | 2 +- templates/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 992967406..1228b1547 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,4 +2,4 @@ {%- block main -%} {{ section.content | safe }} -{%- endblock main -%} \ No newline at end of file +{%- endblock main -%} diff --git a/templates/page.html b/templates/page.html index 84fb56307..c4a25dd6c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -6,4 +6,4 @@ {%- block main -%} {{ page.content | safe }} -{%- endblock main -%} \ No newline at end of file +{%- endblock main -%}