_layouts/blog.html in appscms-tools-theme-3.3.9 vs _layouts/blog.html in appscms-tools-theme-3.4.0
- old
+ new
@@ -55,19 +55,19 @@
</div>
{%- include authors/authors.html -%}
<div class="card-footer bg-white">
<div class="wrapfooter">
{% if post.author %}
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
<img class="author-thumb" loading="lazy" src="{{ image }}"
alt="{{ authorName }}" {%- if site.crossorigin -%}
crossorigin="anonymous" {%- endif -%}>
</a>
{% endif %}
<span class="author-meta">
<span class="post-name">
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
</span><br>
<span class="post-date">{{post.date | date_to_string }}</span>
</span>
</div>
</div>
\ No newline at end of file