From ec3148c02867f6a4836cdb1ff938a5875101c53b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 14 May 2021 14:54:44 +0100 Subject: fix feed --- modules/atomfeed.source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; -- cgit v1.2.3