Passe le titre du post de h1 à h2
This commit is contained in:
parent
1aed05d70f
commit
b525c2cab8
2
post.hbs
2
post.hbs
@ -16,7 +16,7 @@
|
|||||||
{{! Everything below outputs content of the the post which has been published }}
|
{{! 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>
|
<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">
|
<section class="post-content">
|
||||||
{{content}}
|
{{content}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user