Ghost_Ruby_Theme/partials/post-footer.hbs

12 lines
375 B
Handlebars
Raw Normal View History

2019-04-29 19:46:11 +03:00
<footer class="post-footer">
<a class="post-link" href="{{url}}">Read More</a>
2019-04-30 18:00:55 +03:00
<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>