diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:57:16 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:57:16 +0100 |
| commit | f5c4a024da31283cb7032d99e0ae5e720e429de2 (patch) | |
| tree | 90768aeffd2e39fdb9f5a7668f41625b56e6baa3 /buetow.org.sh | |
| parent | 92b9f4a6bc161fac78cb81f3afe98c0722f90334 (diff) | |
use correct atom link by protocol hack
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 1 |
1 files changed, 1 insertions, 0 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 |
