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
2 additions and
2 deletions
-
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 %} |
|
|
|