Skip to content
Permalink
Browse files
hotfix - div already inside row
  • Loading branch information
stanley89 committed Apr 19, 2015
1 parent a037ed2 commit 3c2fe3197f74cf41632bdfecbf1dbdb96cdcd277
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="row blog">
<div class="blog">
{% endif %}

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

0 comments on commit 3c2fe31

Please sign in to comment.