Fix post info at bottom
This commit is contained in:
29
post.hbs
29
post.hbs
@@ -35,24 +35,25 @@
|
||||
{{img_url feature_image size="xl"}} 1600w,
|
||||
{{img_url feature_image size="xxl"}} 2000w"
|
||||
src="{{img_url feature_image size="l"}}"
|
||||
alt="Feature Image"/>
|
||||
alt="{{title}}"/>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{content}}
|
||||
<hr>
|
||||
<i>Last update: <time class="post-date" datetime="{{date updated_at format='YYYY-MM-DD'}}">{{date updated_at format="DD MMMM YYYY"}}</time></i>
|
||||
<br />
|
||||
<i>Author: {{primary_author.name}}</i>
|
||||
|
||||
{{#if tags}}
|
||||
<div class="mind-post_description">
|
||||
<hr>
|
||||
Last update: <time class="post-date" datetime="{{date updated_at format='YYYY-MM-DD'}}">{{date updated_at format="DD MMMM YYYY"}}</time>
|
||||
<br />
|
||||
<i>Tags:
|
||||
{{#foreach tags}} {{!-- TODO: NOT WORKING --}}
|
||||
<a href="{{url}}" title="{{name}}" class="tag tag-{{id}} {{slug}}">{{name}}</a>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
</i>
|
||||
<hr>
|
||||
Author: {{primary_author.name}}
|
||||
|
||||
{{#if tags}}
|
||||
<br />
|
||||
Tags:
|
||||
{{#foreach tags}} {{!-- TODO: NOT WORKING --}}
|
||||
<b><a href="{{url}}" title="{{name}}" class="tag tag-{{id}} {{slug}}">{{name}}</a></b>{{#unless @last}}, {{/unless}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Comments</h3>
|
||||
<div id="remark42"></div>
|
||||
|
||||
Reference in New Issue
Block a user