_includes/appscms/customblog/relatedposts.html in appscms-tools-theme-4.2.2 vs _includes/appscms/customblog/relatedposts.html in appscms-tools-theme-4.2.3

- old
+ new

@@ -79,11 +79,11 @@ <div class="card-body"> <a class="text-decoration-none text-dark" href="{{ 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 @@ -155,10 +155,10 @@ <div class="card-body"> <a class="text-decoration-none text-dark" href="{{ 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