aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-05 00:43:40 -0400
committertdro <tdro@noreply.example.com>2022-10-05 00:43:40 -0400
commite825cd4c19f1121306e9aac6cb63b81bf289cde2 (patch)
tree0f7e7ce0030060765d8a5f02b7a4a9d5fc98d864
parent60972794f6854b0a3a4a6f73ebc0854be2c9bb6d (diff)
downloadcanory-e825cd4c19f1121306e9aac6cb63b81bf289cde2.tar.gz
canory-e825cd4c19f1121306e9aac6cb63b81bf289cde2.tar.bz2
canory-e825cd4c19f1121306e9aac6cb63b81bf289cde2.zip
themes/default/layouts/partials/generate-feeds: Plainify source domain
-rw-r--r--themes/default/layouts/partials/generate-feeds.html2
1 files changed, 1 insertions, 1 deletions
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)