More html cleanup to match W3c

This commit is contained in:
2023-09-22 14:30:06 +02:00
parent 5ebce9480e
commit 8c15441fe5
13 changed files with 38 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
{% extends "roster.html" %}
{% block header %}
<p class="lead text-muted">{{ site_conf.about | safe }}</p>
<div class="text-muted">{{ site_conf.about | safe }}</div>
{% endblock %}