Fixed tinting images for more posts

This commit is contained in:
Asutosh Palai
2017-01-29 15:04:41 +05:30
parent 12b0c4896a
commit 2b5e90232c

View File

@ -51,7 +51,7 @@ layout: layout
{% if forloop.index < 5 or found %}
<div class="article col-sm-3">
<a href="{{ post.url }}">
<div class="center-fill-container img-container {% if post.image %}tinted{% endif %}">
<div class="center-fill-container img-container tinted">
<img src="/images/posts/{{post.image}}" alt="" class="img-center-fill center-both {% if post.image == null %}hidden{% endif %}">
</div>
<div class="details">