diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 88b6b18fc1106e76de1be211b28eb59f066e17d8..8ada81cd31c83f6541c8b522073c9682a2c04ba5 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -26,7 +26,7 @@

[RSS] Recent News

-{% for pressr in press_releases|slice:":5" %} +{% for pressr in press_releases|slice:":1" %} {% 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 %} @@ -39,7 +39,7 @@

[RSS] Conservancy Blog

{% for entry in blog|slice:":5" %} - {% if forloop.first or entry.pub_date|date_within_past_days:45 %} + {% if forloop.first or entry.pub_date|date_within_past_days:90 %} {% if not forloop.first %}
{% endif %} {% include "blog/entry_partial.html" with entry=entry show="summary" only %} {% endif %}