Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
blog/index.html
|
@ -74,7 +74,7 @@ section_id: blog |
|
|
</div> |
|
|
</div> |
|
|
<div class="large-3 columns blog"> |
|
|
<div class="large-3 columns blog"> |
|
|
{% if post.images %} |
|
|
{% if post.images %} |
|
|
<a href="{{ post.url | replace:'.html','' }}"><img src="{{site.url}}/{{post.images[0]}}" alt="post"></a> |
|
|
<a href="{{ post.url | replace:'.html','' }}"><img style="display: block; margin: auto;" src="{{site.url}}/{{post.images[0]}}" alt="post"></a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|