Browse Source

Added row class

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

3
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>

Loading…
Cancel
Save