Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / partials / post-meta.hbs
1 <div class="c-post-view-meta">
2 {{date format="MMMM DD, YYYY"}}
3
4 {{#if tags}}
5 in
6 <span class="c-post-view-meta__tags">
7 {{#foreach tags}}
8 <a href="{{url}}" title="{{name}}">#{{name}}</a>
9 {{/foreach}}
10 </span>
11 {{/if}}
12 </div>