Ghost_Ruby_Theme/partials/post-footer.hbs

14 lines
475 B
Handlebars
Raw Normal View History

2019-04-29 19:46:11 +03:00
<footer class="post-footer">
2020-09-24 05:25:42 +03:00
<a class="post-link" href="{{url}}">Read More</a>
<div class="post-author">
{{#foreach authors}}
{{#if profile_image}}
<a class="post-author-link" href="{{url}}">
<img class="post-author-image"
src="{{img_url profile_image size="xs"}}"
alt="{{name}}">
</a>
{{/if}}
{{/foreach}}
</div>
2019-04-29 19:46:11 +03:00
</footer>