aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/page.html
diff options
context:
space:
mode:
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>