_layouts/blog.html in appscms-tools-theme-4.2.2 vs _layouts/blog.html in appscms-tools-theme-4.2.3
- old
+ new
@@ -60,10 +60,10 @@
<a href="{{ post.url }}" class="anchor_link">
<h4 class="card-title mb-4">{{ post.title }}</h4>
</a>
</div>
{%- include authors/authors.html -%}
- <div class="card-footer bg-white">
+ <div class="card-footer">
<div class="wrapfooter">
{% if post.author %}
<a
target="_blank"
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"