aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)