Fix post info at bottom

This commit is contained in:
Lorenzo Dellacà
2021-03-16 18:36:06 +01:00
parent 16beaedc6f
commit 50c7afc806
7 changed files with 36 additions and 24 deletions

View File

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