try fix feed links

This commit is contained in:
Jennifer C J Radtke
2024-02-18 14:07:29 +00:00
parent 0470a8e117
commit 83f0cb141d

View File

@@ -4,7 +4,7 @@
<channel>
<title>{{ site_title | e }}</title>
<description>{{ pages.index.meta.description | e }}</description>
<link>{{ base_url }}/</link>
<link>{{ %base_url% }}/</link>
<atom:link href="{{ base_url ~ "/feed" }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ "now" | date(RFC822) }}</pubDate>
<lastBuildDate>{{ "now" | date(RFC822) }}</lastBuildDate>
@@ -14,8 +14,8 @@
<title>{{ page.title | e }}</title>
<description>{{ page.id | content | e }}</description>
<pubDate>{{ page.date | date(RFC822) }}</pubDate>
<link>{{ page.url }}</link>
<guid isPermaLink="true">{{ page.url }}</guid>
<link>{{ page.url | link }}</link>
<guid isPermaLink="true">{{ page.url | link }}</guid>
{% for cat in page.meta.categories %}
<category>{{ cat | e }}</category>
{% endfor %}