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
1 deletions
-
blog/index.html
|
@ -4,7 +4,7 @@ title: Blog |
|
|
section_id: blog |
|
|
section_id: blog |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
<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 %} |
|
@ -40,6 +40,7 @@ section_id: blog |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</div> |
|
|
</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 %} |
|
|