diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:57:16 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | b3df5490a7d97668fa23cf7d7a54377d4b8195bc (patch) | |
| tree | 2541cb02e2f272c0106a092ea69fffe5b91d108e | |
| parent | b05dd6e8f0d101a55684b1ed2da150770a995c41 (diff) | |
use correct atom link by protocol hack
| -rwxr-xr-x | buetow.org.sh | 1 | ||||
| -rw-r--r-- | content/gemtext/index.gmi | 3 | ||||
| -rw-r--r-- | content/html/index.html | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index dc4ade49..02d03230 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -243,6 +243,7 @@ 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 207fc4d9..f2cb6d2c 100644 --- a/content/gemtext/index.gmi +++ b/content/gemtext/index.gmi @@ -31,8 +31,7 @@ English is not my mother tongue. So please ignore any errors you might encounter ### Stay updated -=> gemini://buetow.org/gemfeed/atom.xml Gemini Atom Feed -=> http://buetow.org/gemfeed/atom.xml HTTP Atom Feed +=> gemini://buetow.org/gemfeed/atom.xml Atom Feed ### Posts diff --git a/content/html/index.html b/content/html/index.html index 63428ce3..0303d427 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -37,8 +37,7 @@ li { color: #98be65; } <h2>Personal blog</h2> <p>English is not my mother tongue. So please ignore any errors you might encounter.</p> <h3>Stay updated</h3> -<a class="textlink" href="gemini://buetow.org/gemfeed/atom.xml">Gemini Atom Feed</a><br /> -<a class="textlink" href="http://buetow.org/gemfeed/atom.xml">HTTP Atom Feed</a><br /> +<a class="textlink" href="http://buetow.org/gemfeed/atom.xml">Atom Feed</a><br /> <h3>Posts</h3> <a class="textlink" href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">2021-04-24 Welcome to the Geminispace</a><br /> <a class="textlink" href="./gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html">2021-04-22 DTail - The distributed log tail program</a><br /> |
