|
|
@ -6,8 +6,10 @@ |
|
|
|
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2> |
|
|
|
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2> |
|
|
|
</header> |
|
|
|
</header> |
|
|
|
<footer class="post-meta"> |
|
|
|
<footer class="post-meta"> |
|
|
|
{{#if author.profile_image}}<img class="author-thumb" src="{{author.profile_image}}" alt="Author image" nopin="nopin" />{{/if}} |
|
|
|
{{#primary_author}} |
|
|
|
{{author}} |
|
|
|
{{#if profile_image}}<img class="author-thumb" src="{{profile_image}}" alt="Author image" nopin="nopin" />{{/if}} |
|
|
|
|
|
|
|
<a href="{{url}}" class="author-link-name">{{name}}</a> |
|
|
|
|
|
|
|
{{/primary_author}} |
|
|
|
{{tags prefix=" on "}} |
|
|
|
{{tags prefix=" on "}} |
|
|
|
</footer> |
|
|
|
</footer> |
|
|
|
</article> |
|
|
|
</article> |
|
|
|