diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/page.html | 2 | ||||
| -rw-r--r-- | theme/templates/post.html | 2 |
2 files changed, 2 insertions, 2 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> 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 %} |
