_layouts/home.html in jekyll-theme-tao-0.1.0 vs _layouts/home.html in jekyll-theme-tao-1.0.0
- old
+ new
@@ -14,10 +14,10 @@
<h4 class="post-subtitle">{{ post.subtitle }}</h4>
{% endif %}
{% if post.image %}
<div class="thumbnail-container">
<a href="{{ post.url | relative_url }}">
- <img src="{{ post.image | relative_url }}" alt="{{ post.title }}">
+ <img class="post-image" src="{{ post.image | relative_url }}" alt="{{ post.title }}">
</a>
</div>
{% endif %}
<p>
{{ post.content | strip_html | truncate: 350 }} <a href="{{ post.url | relative_url }}"><i class="fa-solid fa-angles-right"></i></a>