Introduction
Introduction Statistics Contact Development Disclaimer Help
atom_content: fix reference to feed itself - saait - the most boring static pag…
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
commit 72e89233016f5f860c77166b5f63e62c7e04d253
parent f4aa2978064009789182c27d454c8468f7363da7
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/templates/atom_content.xml/header.xml b/templates/atom_content.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_con…
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.