Browse Source

Testing hierarchy

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
e0f6f095a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      blog/index.html

6
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">

Loading…
Cancel
Save