_includes/customblog/relatedposts.html in appscms-tools-theme-1.5.7 vs _includes/customblog/relatedposts.html in appscms-tools-theme-1.5.8
- old
+ new
@@ -41,11 +41,11 @@
{%- include authors/authors.html-%}
<div class="col-lg-4 col-md-6 mb-4 card-group">
<div class="card h-100">
<a href="{{ post.url }}">
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%"
- alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
+ 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>
@@ -120,10 +120,10 @@
{%- include authors/authors.html-%}
<div class="col-lg-4 col-md-6 mb-4 card-group">
<div class="card h-100">
<a href="{{ post.url }}">
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
- alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
+ 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>
\ No newline at end of file