diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html
index c4d62b71..a608914b 100644
--- a/www/conservancy/templates/frontpage.html
+++ b/www/conservancy/templates/frontpage.html
@@ -26,7 +26,7 @@
-{% for pressr in press_releases|slice:":1" %}
+{% for pressr in press_releases|slice:":2" %}
{% if forloop.first or pressr.pub_date|date_within_past_days:90 %}
{% if not forloop.first %}
{% endif %}
{% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %}