diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:58:46 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:58:46 +0100 |
| commit | 4ccea829f52220ee8e449a3d14716b77e572628d (patch) | |
| tree | 20cad6ec1df70ff1b46b78faf27fb22c7d27b4a8 /buetow.org.sh | |
| parent | f5c4a024da31283cb7032d99e0ae5e720e429de2 (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 |
