Post head
This commit is contained in:
parent
fc20244408
commit
0bbd37d58d
1 changed files with 5 additions and 0 deletions
5
post.hbs
5
post.hbs
|
@ -1,8 +1,13 @@
|
|||
{{!< default}}
|
||||
|
||||
{{#post}}
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
<p><i><time datetime="{{date format="YYYY-MM-DD"}}" pubdate>{{date format="D MMM, YYYY"}}</time></i></p>
|
||||
|
||||
<content>
|
||||
<h1>{{title}}</h1>
|
||||
{{content}}
|
||||
</content>
|
||||
|
||||
{{/post}}
|
Loading…
Reference in a new issue