Browse Source

Retrying

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

4
blog/index.html

@ -5,7 +5,7 @@ section_id: blog
---
<div class="large-6 columns">
<div class="large-12 columns">
{% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 1 %}
@ -36,7 +36,7 @@ section_id: blog
{% endif %}
{% endfor %}
</div>
<div class="large-6 columns">
<div class="large-12 columns">
{% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 0 %}

Loading…
Cancel
Save