From 65800cdbeadc21ee4a469361d6b70c2189a0fe0f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Apr 2023 13:14:30 +0200 Subject: Improve whitespacing in HTML --- templates/page.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index baf6c09..48b920e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,8 +1,6 @@ {% extends "base.html" %} -{% block title %} -{{ page.title }} | {{ super() }} -{% endblock %} +{% block title %}{{ page.title }} | {{ super() }}{% endblock %} {% block main %} {%- if not page.extra.menu %} @@ -11,14 +9,14 @@

{%- endif %} {%- endif %}
- {{ page.content | safe }} + {{ page.content | indent | safe }}

{%- if page.taxonomies %} -- cgit 1.4.1