Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9dfcb37299 | |||
e175175f03 | |||
c93c551b2e | |||
d5e2cc15b3 |
@ -639,8 +639,9 @@ textarea {
|
||||
margin:0
|
||||
}
|
||||
.post-content figcaption {
|
||||
margin:1.0em 0 0;
|
||||
font-size:80%;
|
||||
margin:1.0em auto;
|
||||
width: 80%;
|
||||
font-size:70%;
|
||||
font-style: italic;
|
||||
line-height:1.6em;
|
||||
text-align:center;
|
||||
|
7
post.hbs
7
post.hbs
@ -14,7 +14,12 @@
|
||||
{{#post}}
|
||||
|
||||
{{! 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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user