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
3 deletions
-
blog/index.html
|
@ -4,8 +4,6 @@ title: Blog |
|
|
section_id: blog |
|
|
section_id: blog |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="large-12 columns"> |
|
|
|
|
|
{% for post in paginator.posts %} |
|
|
{% for post in paginator.posts %} |
|
|
{% assign mod = forloop.index | modulo: 2 %} |
|
|
{% assign mod = forloop.index | modulo: 2 %} |
|
|
{% if mod == 1 %} |
|
|
{% if mod == 1 %} |
|
@ -47,7 +45,7 @@ section_id: blog |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="large-12 columns"> |
|
|
<div class="large-12 columns"> |
|
|
{% for post in paginator.posts %} |
|
|
{% for post in paginator.posts %} |
|
|
{% assign mod = forloop.index | modulo: 2 %} |
|
|
{% assign mod = forloop.index | modulo: 2 %} |
|
|
{% if mod == 1 %} |
|
|
{% if mod == 1 %} |
|
|