Small fix for atom feed

This commit is contained in:
Tom 2025-06-11 10:42:23 +02:00
parent 45f07eb92a
commit 605606ca4c

View File

@ -4,6 +4,7 @@ layout: none
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<generator uri="https://jekyllrb.com/" version="{{ jekyll.version }}">Jekyll</generator>
<link href="{{ page.url | absolute_url }}" rel="self" type="application/atom+xml" />
<link href="{{ '/' | absolute_url }}" rel="alternate" type="text/html" hreflang="en" />
<updated>{{site.time | date_to_xmlschema }}</updated>
<id>{{ page.url | absolute_url | xml_escape }}</id>