summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feed.xml3
-rwxr-xr-xgenrss.sh1
2 files changed, 1 insertions, 3 deletions
diff --git a/feed.xml b/feed.xml
index 4cc1f28..91b538f 100644
--- a/feed.xml
+++ b/feed.xml
@@ -3,10 +3,9 @@
<channel>
<title>Marc's Programming Notes</title>
<link>https://marc.vertes.org/</link>
-<atom:link href="https://marc.vertes.org/feed.xml" rel="self" type="application/rss+xml" />
<description>A blog about programming</description>
<managingEditor>mvertes@free.fr (Marc Vertes)</managingEditor>
-<pubDate>Fri, 19 May 2023 18:59:21 +0200</pubDate>
+<pubDate>Fri, 19 May 2023 19:03:08 +0200</pubDate>
<item>
<guid isPermaLink="true">https://marc.vertes.org/yaegi-internals/</guid>
<title>Yaegi Internals</title>
diff --git a/genrss.sh b/genrss.sh
index fa36597..5c8ce3b 100755
--- a/genrss.sh
+++ b/genrss.sh
@@ -21,7 +21,6 @@ cat <<- EOT
<channel>
<title>$title</title>
<link>$link/</link>
- <atom:link href="$link/feed.xml" rel="self" type="application/rss+xml" />
<description>$description</description>
<managingEditor>$email ($author)</managingEditor>
<pubDate>$(date -R)</pubDate>