atom_content: fix reference to feed itself - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 12c41c52b1abe90474dddf954ef19400b32979f4
 (DIR) parent 983650fb8a3a2a051206efce3cd19e81b0c1ea51
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 10 Apr 2023 12:22:27 +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" />