remove "trailing slash on void elements" which "has no effect"

caught by the W3C validator

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-04-26 10:11:38 -05:00
parent 249f9d4962
commit d28ddf9392
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ user_style }}">
<link rel="icon" href="{% if config.FAVICON %}{{ config.FAVICON }}{% else %}{{ url_for('static', filename='img/favicon.png') }}{% endif %}">
<link rel="alternate" type="application/atom+xml" href="/feed/atom" />
<link rel="alternate" type="application/rss+xml" href="/feed/rss" />
<link rel="alternate" type="application/atom+xml" href="/feed/atom">
<link rel="alternate" type="application/rss+xml" href="/feed/rss">
<div {% block site_class %}class="site-wrap site-wrap-normal-width"{% endblock %}>
{% block header %}