1
0
Fork 0

Minor tweaks to the atom.xml template

This commit is contained in:
Adrian Hedqvist 2025-04-02 23:30:06 +02:00
parent 0a7b62f1cb
commit 3517f8dd4d
Signed by: tollyx
SSH key fingerprint: SHA256:NqZilNUilqR38F1LQMrz2E65ZsA621eT3lO+FqHS48Y

View file

@ -4,18 +4,18 @@
{%- if tag %} - #{{ tag.slug }}{% endif -%}
</title>
<link href="{{ base_url | safe }}" type="text/html" />
<link href="{{ feed_url | safe }}" rel="self" type="application/atom+xml"/>
<link rel="self" href="{{ feed_url | safe }}"/>
{%- if first_url %}
<link href="{{ first_url | safe }}" rel="first" />
<link rel="first" href="{{ first_url | safe }}" />
{%- endif %}
{%- if last_url %}
<link href="{{ last_url | safe }}" rel="last" />
<link rel="last" href="{{ last_url | safe }}" />
{%- endif %}
{%- if next_url %}
<link href="{{ next_url | safe }}" rel="next" />
<link rel="next" href="{{ next_url | safe }}" />
{%- endif %}
{%- if previous_url %}
<link href="{{ previous_url | safe }}" rel="previous" />
<link rel="previous" href="{{ previous_url | safe }}" />
{%- endif %}
<generator uri="{{ base_url | safe }}">tlxsite</generator>
<updated>{{ last_updated | date(format="%+") }}</updated>