Changeset - 90749c7d71f5
[Not reviewed]
0 1 0
Bradley M. Kuhn - 3 years ago 2021-03-24 01:54:52
bkuhn@sfconservancy.org
Tweak front page time delays and listings a bit.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -26,7 +26,7 @@
 

	
 
<div class="column">
 
<h2><a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/news/">Recent News</a></h2>
 
{% 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 %}<hr class="clear">{% endif %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %}
...
 
@@ -39,7 +39,7 @@
 
<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>
 
{% 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 %}<hr class="clear">{% endif %}
 
    {% include "blog/entry_partial.html" with entry=entry show="summary" only %}
 
  {% endif %}
0 comments (0 inline, 0 general)