From a803508850bb890de5caabda9bbc1552666da6f2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Apr 2023 08:45:48 +0200 Subject: Remove trailing slashes on void elements https://github.com/validator/validator/wiki/Markup-ยป-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index f46b79f..70b7224 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,11 +2,11 @@ - + {% include "favicon.html" ignore missing -%} {%- block title %}{{ config.title }}{%- endblock %} {% include "seo_tags.html" ignore missing -%} - + {%- if config.generate_feed %} {% block rss -%} -- cgit 1.4.1