aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-generate-feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/function-generate-feeds.html')
-rw-r--r--themes/default/layouts/partials/function-generate-feeds.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/function-generate-feeds.html b/themes/default/layouts/partials/function-generate-feeds.html
index 4427f44..0bbaf46 100644
--- a/themes/default/layouts/partials/function-generate-feeds.html
+++ b/themes/default/layouts/partials/function-generate-feeds.html
@@ -193,13 +193,12 @@
{{- with .FeedImageLink -}}
{{- $favicon = . -}}
- {{- $domain = $name | humanize | urlize -}}
{{- end -}}
{{- $imageSource := partial "function-fetch-favicons.html"
(dict
"Source" $favicon
- "Infix" $domain
+ "Infix" (.FeedSourceLink | anchorize)
)
-}}