diff --git a/templates/feeds.html b/templates/feeds.html index ee8d58d..ce0185a 100644 --- a/templates/feeds.html +++ b/templates/feeds.html @@ -14,9 +14,12 @@ {% endif %} -

{{ feed.description }}

- Updated {{ feed.updated }} + {% if feed.created %}Added {{ feed.created|date:"F j, Y" }}{% endif %} + {% if feed.last_updated %} + {% if feed.created %}ยท{% endif %} + Last updated {{ feed.last_updated|date:"F j, Y" }} + {% endif %}

{% empty %}