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
3 additions and
0 deletions
-
blog/index.html
|
@ -41,6 +41,8 @@ section_id: blog |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<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 %} |
|
@ -72,3 +74,4 @@ section_id: blog |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|