Update feeds.html
This commit is contained in:
parent
16f9000eee
commit
e6e32a8ddc
1 changed files with 5 additions and 2 deletions
|
|
@ -14,9 +14,12 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
<p>{{ feed.description }}</p>
|
|
||||||
<p>
|
<p>
|
||||||
<small>Updated {{ feed.updated }}</small>
|
{% 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 %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue