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 ++-- templates/favicon.html | 2 +- templates/seo_tags.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -%} diff --git a/templates/favicon.html b/templates/favicon.html index cfa2959..28b504d 100644 --- a/templates/favicon.html +++ b/templates/favicon.html @@ -1,3 +1,3 @@ {% if config.extra.favicon %} - + {%- endif -%} diff --git a/templates/seo_tags.html b/templates/seo_tags.html index 88c14e0..797569a 100644 --- a/templates/seo_tags.html +++ b/templates/seo_tags.html @@ -1 +1 @@ - + -- cgit 1.4.1