Post head

This commit is contained in:
John O'Nolan 2020-05-27 14:09:49 +07:00
parent fc20244408
commit 0bbd37d58d

View file

@ -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}}