_layouts/post.html in arco-0.6.0 vs _layouts/post.html in arco-0.6.1

- old
+ new

@@ -21,10 +21,12 @@ <div class="post-header"> <span class="post-date">{{ page.date | date_to_string}}</span> &middot; <a href="{{ "/projects/" }}{{ page.category }}" class="fade-onclick"><span class="post-category">{{ page.category }}</span></a> </div> - <img class="post-image" src="{{ page.image }}" /> + <a href="{{ page.image }}"> + <img class="post-image" alt="{{ page.title }} | {{ page.description | truncate: 80 }}" src="{{ page.image }}" /> + </a> <div class="post-content"> {{ content }} </div> \ No newline at end of file