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/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 973abdd..4ba8442 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ {% include "favicon.html" ignore missing -%} {%- block title %}{{ config.title }}{%- endblock %} - {% include "seo_tags.html" ignore missing -%} + {% include "seo_tags.html" ignore missing %} {%- if config.generate_feed %} {% block rss -%} -- cgit 1.4.1