This commit is contained in:
Jennifer C J Radtke
2024-02-18 14:08:39 +00:00
parent 83f0cb141d
commit 5d4b0f7af2

View File

@@ -4,7 +4,7 @@
<channel> <channel>
<title>{{ site_title | e }}</title> <title>{{ site_title | e }}</title>
<description>{{ pages.index.meta.description | e }}</description> <description>{{ pages.index.meta.description | e }}</description>
<link>{{ %base_url% }}/</link> <link>{{ base_url | link }}/</link>
<atom:link href="{{ base_url ~ "/feed" }}" rel="self" type="application/rss+xml"/> <atom:link href="{{ base_url ~ "/feed" }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ "now" | date(RFC822) }}</pubDate> <pubDate>{{ "now" | date(RFC822) }}</pubDate>
<lastBuildDate>{{ "now" | date(RFC822) }}</lastBuildDate> <lastBuildDate>{{ "now" | date(RFC822) }}</lastBuildDate>