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
5 additions and
3 deletions
-
blog/index.html
|
|
@ -4,9 +4,10 @@ title: Blog |
|
|
|
section_id: blog |
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
{% for post in paginator.posts %} |
|
|
|
<div class="row"> |
|
|
|
<div class="large-12 columns"> |
|
|
|
{% for post in paginator.posts %} |
|
|
|
{% assign mod = forloop.index | modulo: 2 %} |
|
|
|
{% if mod == 1 %} |
|
|
|
<div class="large-1 blog centered-text columns"> |
|
|
@ -38,9 +39,10 @@ section_id: blog |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="large-12 columns"> |
|
|
|