From f547599ece6d8bfd772f9c6e8262c72280466978 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 14 Nov 2025 19:33:10 -0600 Subject: remove redundant ARIA roles --- theme/templates/page.html | 2 +- theme/templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'theme') diff --git a/theme/templates/page.html b/theme/templates/page.html index fb7afa9..fb8d392 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -4,7 +4,7 @@ {{ post.title }} | {% endblock %} {% block main %} -
+

{{ post.title }}

{{ post.html | safe }}
diff --git a/theme/templates/post.html b/theme/templates/post.html index a09b460..577f2dd 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -7,7 +7,7 @@ {% elif project_description is defined %} {% endif %} {% endblock %} {% block main %} -
+