diff --git a/gawa/blog/templates/blog/browse.html b/gawa/blog/templates/blog/browse.html
index 84f2306..8f84dc7 100644
--- a/gawa/blog/templates/blog/browse.html
+++ b/gawa/blog/templates/blog/browse.html
@@ -110,18 +110,18 @@
-
- {% if is_empty %}
-
-
-
{% trans "No posts found for your filters." %}
-
- {% else %}
+ {% if is_empty %}
+
+
+
{% trans "No posts found for your filters." %}
+
+ {% else %}
+
{% for post in posts %}
-
+
{% endfor %}
- {% endif %}
-
+
+ {% endif %}
diff --git a/gawa/blog/templates/blog/featured.html b/gawa/blog/templates/blog/featured.html
index ee9f3e4..361907e 100644
--- a/gawa/blog/templates/blog/featured.html
+++ b/gawa/blog/templates/blog/featured.html
@@ -3,7 +3,7 @@
{% get_current_language as LANGUAGE_CODE %}
{% trans "Featured" %}
-
+
{% for post in featured_posts %}