aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<meta property="og:description" content="{{ project_description }}" />
{% endif %} {% endblock %} {% block main %}
-<article role="article">
+<article>
<section class="post-metadata">
<h1>{{ post.title }}</h1>
{% if post.date is defined %}