_layouts/blog.html in appscms-tools-theme-1.5.7 vs _layouts/blog.html in appscms-tools-theme-1.5.8

- old
+ new

@@ -23,10 +23,10 @@ {% for post in paginator.posts %} <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" height="215px" width="100%" class="card-img-top" - alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}> + alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}> </a> <div class="card-body"> <a href="{{ post.url }}" class="anchor_link"> <h4 class="card-title mb-4">{{ post.title }}</h4> </a> \ No newline at end of file