Minor tweaks to the atom.xml template
This commit is contained in:
parent
0a7b62f1cb
commit
3517f8dd4d
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue