Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9dfcb37299 | |||
e175175f03 | |||
c93c551b2e | |||
d5e2cc15b3 |
@ -639,8 +639,9 @@ textarea {
|
|||||||
margin:0
|
margin:0
|
||||||
}
|
}
|
||||||
.post-content figcaption {
|
.post-content figcaption {
|
||||||
margin:1.0em 0 0;
|
margin:1.0em auto;
|
||||||
font-size:80%;
|
width: 80%;
|
||||||
|
font-size:70%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
line-height:1.6em;
|
line-height:1.6em;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
7
post.hbs
7
post.hbs
@ -14,7 +14,12 @@
|
|||||||
{{#post}}
|
{{#post}}
|
||||||
|
|
||||||
{{! 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}}<br />
|
||||||
|
{{#if updated_at}}
|
||||||
|
<time datetime="{{date format="YYYY-MM-DD"}}"> ➡ Mise à jour {{date updated_at format='DD MMM YYYY' locale="fr-fr"}}</time>
|
||||||
|
{{/if}}
|
||||||
|
</span>
|
||||||
|
|
||||||
<h2 class="post-title">{{{title}}}</h2>
|
<h2 class="post-title">{{{title}}}</h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user