commit
cefc04c2b2
|
@ -14,7 +14,7 @@
|
||||||
</section>
|
</section>
|
||||||
<footer class="post-meta">
|
<footer class="post-meta">
|
||||||
{{#if author.image}}<img class="author-thumb" src="{{author.image}}" alt="Author image" nopin="nopin" />{{/if}}
|
{{#if author.image}}<img class="author-thumb" src="{{author.image}}" alt="Author image" nopin="nopin" />{{/if}}
|
||||||
<a href="{{@blog.url}}/author/{{author.slug}}">{{author.name}}</a>
|
{{author}}
|
||||||
{{tags prefix=" on "}}
|
{{tags prefix=" on "}}
|
||||||
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time>
|
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -22,4 +22,4 @@
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
||||||
{{! Previous/next page links - displayed on every page }}
|
{{! Previous/next page links - displayed on every page }}
|
||||||
{{pagination}}
|
{{pagination}}
|
||||||
|
|
2
post.hbs
2
post.hbs
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
{{#if image}}
|
{{#if image}}
|
||||||
<figure class="author-image">
|
<figure class="author-image">
|
||||||
<A class="img" href="{{url}}" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></a>
|
<a class="img" href="{{url}}" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></a>
|
||||||
</figure>
|
</figure>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue