_layouts/blog-1.html in appscms-tools-theme-4.2.2 vs _layouts/blog-1.html in appscms-tools-theme-4.2.3
- old
+ new
@@ -39,10 +39,10 @@
<a href="{{ post.url }}" class="anchor_link">
<h4 class="blog1-card-title">{{ post.title }}</h4>
<p class="blog-card-desc">{{post.description}}</p>
</a>
{%- include authors/authors.html -%}
- <div class="card-footer bg-white pl-0 mt-3">
+ <div class="card-footer pl-0 mt-3">
<div class="wrapfooter blog1-wrapfooter mb-0">
{% if post.author %}
<span class="meta-footer-thumb">
<img class="author-thumb" loading="lazy" src="{{ image }}"
alt="{{ authorName }}" {%- if site.crossorigin -%}
\ No newline at end of file