_includes/section/blog.html in word-games-theme-1.5.1 vs _includes/section/blog.html in word-games-theme-1.5.2
- old
+ new
@@ -31,11 +31,11 @@
{%- include authors/authors.html -%}
<div class="card-footer bg-white">
<div class="wrapfooter">
{% if post.author %}
<span class="meta-footer-thumb">
- <img class="author-thumb" loading="lazy" src="{{ image }}"
- alt="{{ authorName }}">
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
+ src="{{ image }}" alt="{{ authorName }}">
</span>
{% endif %}
<span class="author-meta">
<span class="post-name">
<a target="_blank" href="/blog">{{authorName}}</a>
\ No newline at end of file