diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-14 14:54:44 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | ec3148c02867f6a4836cdb1ff938a5875101c53b (patch) | |
| tree | 9a67983e7da0a7daaa3f33e476c4d2c2dd63c4d1 /modules | |
| parent | 3ab58b5bd5d262dce4ee77f7532d6b6711aed89b (diff) | |
fix feed
Diffstat (limited to 'modules')
| -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; |
