From e825cd4c19f1121306e9aac6cb63b81bf289cde2 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 5 Oct 2022 00:43:40 -0400 Subject: themes/default/layouts/partials/generate-feeds: Plainify source domain --- themes/default/layouts/partials/generate-feeds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/layouts/partials/generate-feeds.html b/themes/default/layouts/partials/generate-feeds.html index e346174..f502543 100644 --- a/themes/default/layouts/partials/generate-feeds.html +++ b/themes/default/layouts/partials/generate-feeds.html @@ -167,7 +167,7 @@ "FeedLink" ($link | plainify | htmlUnescape) "FeedName" (delimit ((delimit (first 2 (split ($sourceTitle | plainify | htmlUnescape) " ")) " ") | findRE "^([^.|?|!|\n|\"|]+)") " " | replaceRE "[^a-zA-Z ]" "") "FeedSourceDescription" ($sourceDescription | plainify | htmlUnescape) - "FeedSourceDomain" ($sourceDomain) + "FeedSourceDomain" ($sourceDomain | plainify | htmlUnescape) "FeedSourceLink" ($sourceLink | plainify | htmlUnescape) "FeedSourceHome" ($sourceHome | plainify | htmlUnescape) "FeedSourceTitle" ($sourceTitle | plainify | htmlUnescape) -- cgit v1.2.3