diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:58:46 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 5d89d15024e0b5416d1c52032b0e7bf9fea94fb6 (patch) | |
| tree | 8c93371e3308dfb9536dfb8fa65c4b98ab0cbf61 /buetow.org.sh | |
| parent | b3df5490a7d97668fa23cf7d7a54377d4b8195bc (diff) | |
use correct atom link by protocol
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 1 |
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 |
