diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:57:16 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | b3df5490a7d97668fa23cf7d7a54377d4b8195bc (patch) | |
| tree | 2541cb02e2f272c0106a092ea69fffe5b91d108e /buetow.org.sh | |
| parent | b05dd6e8f0d101a55684b1ed2da150770a995c41 (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 |
