Woah, too much old blog content on front page. 65 days better.

This commit is contained in:
Bradley M. Kuhn 2021-03-23 19:01:15 -07:00
parent 90749c7d71
commit 68c8c42674

View file

@ -39,7 +39,7 @@
<div class="column"> <div class="column">
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2> <h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2>
{% for entry in blog|slice:":5" %} {% for entry in blog|slice:":5" %}
{% if forloop.first or entry.pub_date|date_within_past_days:90 %} {% if forloop.first or entry.pub_date|date_within_past_days:65 %}
{% if not forloop.first %}<hr class="clear">{% endif %} {% if not forloop.first %}<hr class="clear">{% endif %}
{% include "blog/entry_partial.html" with entry=entry show="summary" only %} {% include "blog/entry_partial.html" with entry=entry show="summary" only %}
{% endif %} {% endif %}