_includes/appscms/customblog/relatedposts.html in appscms-tools-theme-4.2.0 vs _includes/appscms/customblog/relatedposts.html in appscms-tools-theme-4.2.1
- old
+ new
@@ -72,11 +72,11 @@
else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
<div class=" card h-100 appscms-blog-cards">
<a href="{{ post.url }}">
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="150"
width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
- -%}>
+ -%}
</a>
<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>
@@ -85,10 +85,10 @@
<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
- -%}>
+ -%}
</span>
{% endif %}
<span class="author-meta">
\ No newline at end of file