mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-03 02:17:38 +00:00
New tags helper
This commit is contained in:

committed by
Hannah Wolfe

parent
c068736354
commit
53c55fe95c
2
post.hbs
2
post.hbs
@ -16,7 +16,7 @@
|
||||
</header>
|
||||
|
||||
{{! Everything below outputs content of the the post which has been published }}
|
||||
<span class="post-meta"><time datetime="{{date published_at format='YYYY-MM-DD'}}">{{date published_at format='DD MMM YYYY'}}</time> on <a href="#">What I Learned Building...</a></span>
|
||||
<span class="post-meta"><time datetime="{{date published_at format="YYYY-MM-DD"}}">{{date published_at format='DD MMM YYYY'}}</time> {{#if tags}}on {{tags}}{{/if}}</a></span>
|
||||
|
||||
<h1 class="post-title">{{title}}</h1>
|
||||
|
||||
|
Reference in New Issue
Block a user