From 7aff4102ab534243a217b6f7cdfbcb29f8674d8d Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 19 Oct 2021 12:29:03 -0700 Subject: [PATCH] =?UTF-8?q?Copyleft=20Compliance=20=E2=80=94=20Vizio=20?= =?UTF-8?q?=E2=80=94=20Temporarily=20only=20just=20four=20news=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/conservancy/templates/frontpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 63e5ad6c..33e7d692 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -52,7 +52,7 @@ strategies that defend FOSS (such as copyleft).

News

-{% for pressr in press_releases|slice:":5" %} +{% for pressr in press_releases|slice:":4" %} {% if forloop.first or pressr.pub_date|date_within_past_days:365 %} {% if not forloop.first %}
{% endif %} {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}