_includes/customblog/pageRelatedPosts.html in appscms-tools-theme-4.2.2 vs _includes/customblog/pageRelatedPosts.html in appscms-tools-theme-4.2.3
- old
+ new
@@ -45,10 +45,10 @@
<div class="card-body">
<a class="text-decoration-none text-dark" href="/blog/{{ post.url }}" class="anchor_link">
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
</a>
</div>
- <div class="card-footer bg-white">
+ <div class="card-footer">
<div class="wrapfooter">
{% if post.author %}
<span class="meta-footer-thumb">
<img class="author-thumb" loading="lazy" src="{{ image }}"
alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
\ No newline at end of file