From 4ccea829f52220ee8e449a3d14716b77e572628d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Apr 2021 19:58:46 +0100 Subject: use correct atom link by protocol --- buetow.org.sh | 1 - content/gemtext/index.gmi | 2 +- content/html/index.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/buetow.org.sh b/buetow.org.sh index 02d03230..dc4ade49 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -243,7 +243,6 @@ html::generate () { cat header.html.part > $dest.tmp html::gemini2html $src >> $dest.tmp cat footer.html.part >> $dest.tmp - sed -i 's|gemini://buetow.org/gemfeed/atom.xml|http://buetow.org/gemfeed/atom.xml|' $dest.tmp mv $dest.tmp $dest git add $dest done diff --git a/content/gemtext/index.gmi b/content/gemtext/index.gmi index f2cb6d2c..9bfcfef9 100644 --- a/content/gemtext/index.gmi +++ b/content/gemtext/index.gmi @@ -31,7 +31,7 @@ English is not my mother tongue. So please ignore any errors you might encounter ### Stay updated -=> gemini://buetow.org/gemfeed/atom.xml Atom Feed +=> ./gemfeed/atom.xml Atom Feed ### Posts diff --git a/content/html/index.html b/content/html/index.html index 0303d427..6d47b7dc 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -37,7 +37,7 @@ li { color: #98be65; }

Personal blog

English is not my mother tongue. So please ignore any errors you might encounter.

Stay updated

-Atom Feed
+Atom Feed

Posts

2021-04-24 Welcome to the Geminispace
2021-04-22 DTail - The distributed log tail program
-- cgit v1.2.3