diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html
index 0b03310d..bfca6b8d 100644
--- a/www/conservancy/templates/frontpage.html
+++ b/www/conservancy/templates/frontpage.html
@@ -38,7 +38,7 @@
-
+
{% for pressr in press_releases|slice:":5" %}
{% if forloop.first or pressr.pub_date|date_within_past_days:365 %}
{% if not forloop.first %}
{% endif %}
@@ -50,7 +50,7 @@
-
+
{% for entry in blog|slice:":5" %}
{% if forloop.first or entry.pub_date|date_within_past_days:180 %}
{% if not forloop.first %}
{% endif %}