aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/page.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 19:33:10 -0600
committerChristian Cleberg <[email protected]>2025-11-14 19:33:10 -0600
commitf547599ece6d8bfd772f9c6e8262c72280466978 (patch)
treeebe8128e1ef00e4c670c6bddbbe014140904ee45 /theme/templates/page.html
parent84a95509f0e21fa0bcf782e45f67f43d672a0e86 (diff)
downloadcleberg.net-f547599ece6d8bfd772f9c6e8262c72280466978.tar.gz
cleberg.net-f547599ece6d8bfd772f9c6e8262c72280466978.tar.bz2
cleberg.net-f547599ece6d8bfd772f9c6e8262c72280466978.zip
remove redundant ARIA roles
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r--theme/templates/page.html2
1 files changed, 1 insertions, 1 deletions
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 %}
-<article role="article">
+<article>
<h1>{{ post.title }}</h1>
<section>{{ post.html | safe }}</section>
</article>