Files
Open-RSC-Docker-Home/etc/ghost/themes/casper/partials/post-author.hbs
2018-08-03 23:24:48 -04:00

4 lines
150 B
Handlebars

<span class="post author">
<img src="{{author.profile_image}}" class="rounded" alt="profile image for {{author.name}}"/> by {{author.name}}
</span>