Skip to content
Permalink
Browse files
Update blog.html
  • Loading branch information
stanley89 committed Apr 19, 2015
1 parent 3c2fe31 commit 28f9dd16ec14ef41143e844340cc875811505ddb
Showing with 1 addition and 1 deletion.
  1. +1 −1 blog.html
@@ -12,7 +12,7 @@
{% for blog in blogs reversed %}

{% if modulo == 0 or forloop.first %}
<div class="blog">
<div class="row blog">
{% endif %}

<div class="medium-6 columns{% if forloop.last and modulo == '0' %} end{% endif %}">

0 comments on commit 28f9dd1

Please sign in to comment.