URI:
       atom_content: fix reference to feed itself - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 72e89233016f5f860c77166b5f63e62c7e04d253
   DIR parent f4aa2978064009789182c27d454c8468f7363da7
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 10 Apr 2023 12:27:39 +0200
       
       atom_content: fix reference to feed itself
       
       Diffstat:
         M templates/atom_content.xml/header.… |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/templates/atom_content.xml/header.xml b/templates/atom_content.xml/header.xml
       @@ -4,5 +4,5 @@
                <subtitle type="text">${description}</subtitle>
                <updated>${siteupdated}T00:00:00Z</updated>
                <link rel="alternate" type="text/html" href="${siteurl}" />
       -        <id>${siteurl}/atom.xml</id>
       -        <link rel="self" type="application/atom+xml" href="${siteurl}/atom.xml" />
       +        <id>${siteurl}/atom_content.xml</id>
       +        <link rel="self" type="application/atom+xml" href="${siteurl}/atom_content.xml" />