Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
hotfix - div already inside row
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
blog.html
There are no files selected for viewing
|
|
@@ -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 %}"> |
|
|
|