expand index template

This commit is contained in:
John Bowdre 2024-03-03 18:05:49 -06:00
parent 9018b548d8
commit 887d8e54a8

View file

@ -11,10 +11,23 @@
{% if feed.subtitle -%}
## {{ feed.subtitle }}
{% endif -%}
{% for entry in feed.entries -%}
=> {{ entry.url }} {{ entry.updated | date(format="%Y-%m-%d") }} - {{ entry.title }}
{% endfor %}
{%- if entry.categories -%}
{% for category in entry.categories %}#{{ category }}{% if not loop.last%} {% endif %}{% endfor %}
{% endif %}
{%- endfor %}
─────
=> {{ feed.feed_url }} Atom feed
=> {{ feed.capsule_url }} Home
{% if feed.rights -%}
{{ feed.rights }}
{%- endif %}