summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
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 02d0323..dc4ade4 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