Browse Source

Update index.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
fa429b0214
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      blog/index.html

2
blog/index.html

@ -12,7 +12,7 @@ section_id: blog
<div class="post alt"> <div class="post alt">
{% if post.images %} {% if post.images %}
{% if post.images.size > 1 %} {% if post.images.size > 1 %}
<a href="{{post.url}}" class='two-images'> <a href="{{post.url | replace:'.html',''}}" class='two-images'>
<img src="{{site.url}}/{{post.images[0]}}" alt="post" class="left-image"> <img src="{{site.url}}/{{post.images[0]}}" alt="post" class="left-image">
<img src="{{site.url}}/{{post.images[1]}}" alt="post" class="right-image"> <img src="{{site.url}}/{{post.images[1]}}" alt="post" class="right-image">
</a> </a>

Loading…
Cancel
Save