Zap-Ghost-Theme/index.hbs

11 lines
338 B
Handlebars
Raw Permalink Normal View History

2020-05-26 23:43:54 -07:00
{{!< default}}
2020-07-14 08:34:03 -07:00
<div class="gh-container">
2020-07-20 10:41:50 -07:00
<div class="gh-postfeed">
2020-07-17 13:15:34 -07:00
{{#foreach posts visibility="all"}}
2020-07-20 10:41:50 -07:00
<a class="{{post_class}}" href="{{url}}">
<time datetime="{{date format="YYYY-MM-DD"}}">{{date format="D MMM, YYYY"}}</time> - <span>{{title}}</span>
</a>
2020-07-14 08:34:03 -07:00
{{/foreach}}
2020-07-20 10:41:50 -07:00
</div>
2020-07-17 13:15:34 -07:00
</div>