Passe le titre du post de h1 à h2

This commit is contained in:
Yann 2022-06-06 08:22:12 +02:00
parent 1aed05d70f
commit b525c2cab8

View File

@ -16,7 +16,7 @@
{{! Everything below outputs content of the the post which has been published }}
<span class="post-meta"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format='DD MMM YYYY' locale="fr-fr"}}</time> {{#if tags}}dans {{tags separator=" | "}}{{/if}}</span>
<h1 class="post-title">{{{title}}}</h1>
<h2 class="post-title">{{{title}}}</h2>
<section class="post-content">
{{content}}