Changed title to H1
This commit is contained in:
parent
c20d217db8
commit
516c9839a3
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@
|
|||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<header>
|
||||
<h2 class="entry-title">
|
||||
<h1 class="entry-title">
|
||||
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
|
||||
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
|
||||
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
|
||||
{% import 'translations.html' as translations with context %}
|
||||
{{ translations.translations_for(article) }}
|
||||
Published: <time class="published" datetime="{{ article.date.isoformat() }}">
|
||||
|
|
Loading…
Reference in a new issue