Article title is h1

master
southerntofu 2020-03-29 19:15:40 +02:00
parent 61abb66d02
commit 3ddddee217
1 changed files with 1 additions and 6 deletions

View File

@ -4,13 +4,8 @@
{% block main %}
<article class="h-entry">
<h2 class="p-name">{{ page.title }}</h2>
<h1 class="p-name">{{ page.title }}</h1>
{%- if page.date -%}<time class="dt-published" datetime="{{ page.date }}">📅&nbsp;{{ page.date | date(format="%d/%m/%Y") }}</time>{%- endif -%}
<div class="e-content">{{ page.content | safe }}</div>
{% if config.extra.forge %}
<aside class="source">
<a href="{{ config.extra.forge.browse }}content/{{ page.path }}index.md">Source</a>
</aside>
{% endif %}
</article>
{% endblock %}