summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 19:58:46 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit5d89d15024e0b5416d1c52032b0e7bf9fea94fb6 (patch)
tree8c93371e3308dfb9536dfb8fa65c4b98ab0cbf61 /buetow.org.sh
parentb3df5490a7d97668fa23cf7d7a54377d4b8195bc (diff)
use correct atom link by protocol
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh1
1 files changed, 0 insertions, 1 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