diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 7de5f44a..fca2e701 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -99,8 +99,48 @@
Posted by {{ blog.1.author.formal_name }} on {{ blog.1.pub_date|date:"F j, Y" }}
{{ blog.1.summary|safe }} -Read More from {{ blog.1.author.casual_name }} on this…
+Read More from {{ blog.1.author.casual_name }} on this…
{% endif %} +{% if blog.2.is_recent %} +{% if blog.2.pub_date|date_within_past_days:20 %} +Posted by {{ blog.2.author.formal_name }} on {{ blog.2.pub_date|date:"F j, Y" }}
+{{ blog.1.summary|safe }} +Read More from {{ blog.2.author.casual_name }} on this…
+{% endif %} +{% endif %} + +{% if blog.3.is_recent %} +{% if blog.3.pub_date|date_within_past_days:15 %} +Posted by {{ blog.3.author.formal_name }} on {{ blog.3.pub_date|date:"F j, Y" }}
+{{ blog.1.summary|safe }} +Read More from {{ blog.3.author.casual_name }} on this…
+{% endif %} +{% endif %} + +{% if blog.4.is_recent %} +{% if blog.4.pub_date|date_within_past_days:10 %} +Posted by {{ blog.4.author.formal_name }} on {{ blog.4.pub_date|date:"F j, Y" }}
+{{ blog.1.summary|safe }} +Read More from {{ blog.4.author.casual_name }} on this…
+{% endif %} +{% endif %} + +{% if blog.5.is_recent %} +{% if blog.5.pub_date|date_within_past_days:7 %} +Posted by {{ blog.5.author.formal_name }} on {{ blog.5.pub_date|date:"F j, Y" }}
+{{ blog.1.summary|safe }} + +{% endif %} +{% endif %} + {% endif %}