diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-14 14:54:44 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-14 14:54:44 +0100 |
| commit | 07c8e69001bb932092a7441b0133fdc6475797ed (patch) | |
| tree | 52b74654e8ffde5b02e720eb25578a08396e33cf /modules/atomfeed.source.sh | |
| parent | c016d0e644d429e1ec996dd4ff6f15c3b30d562f (diff) | |
fix feed
Diffstat (limited to 'modules/atomfeed.source.sh')
| -rw-r--r-- | modules/atomfeed.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/atomfeed.source.sh b/modules/atomfeed.source.sh index d449cd86..feb074a8 100644 --- a/modules/atomfeed.source.sh +++ b/modules/atomfeed.source.sh @@ -43,7 +43,7 @@ atomfeed::content () { # sed: Remove all before the first header # sed: Make HTML links absolute, Atom relative URLs feature seems a mess # across different Atom clients. - html::fromgmi < <($SED '0,/^# / { /^# /!d; }' "$gmi_file_path") | + html::fromgmi < <($SED '/Go back to the main site/d' "$gmi_file_path") | $SED " s|href=\"\./|href=\"https://$DOMAIN/gemfeed/|g; s|src=\"\./|src=\"https://$DOMAIN/gemfeed/|g; |
