Bugfix: properly generator links for the author name
parent
a6fb296817
commit
12d8a7cdd2
|
@ -10,7 +10,8 @@
|
|||
<div><a href="{{ post.link }}">Read more</a></div>
|
||||
</div>
|
||||
<div class="post-footer">
|
||||
<span><a href="{{ post.parent.data.link | htmlentities }}"><img class="large-icon" src="{{ post.author_image }}" alt="{{ post.author_name | htmlentities }} avatar" aria-hidden="true" /> {{ post.author_name | htmlentities }}</a></span>
|
||||
{{ post.parent | log }}
|
||||
<span><a href="{{ post.parent.link | htmlentities }}"><img class="large-icon" src="{{ post.author_image }}" alt="{{ post.author_name | htmlentities }} avatar" aria-hidden="true" /> {{ post.author_name | htmlentities }}</a></span>
|
||||
<span class="float right">
|
||||
<time datetime="{{ post.pubdate_iso }}">{{ post.pubdate_display | htmlentities }}</time>
|
||||
<img class="medium-icon-abs invert-when-dark" src="{% asset 'images/clock.svg' %}" alt="Clock icon" aria-hidden="hidden" />
|
||||
|
|
Loading…
Reference in New Issue