aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-generate-feeds.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-26 17:01:58 -0500
committertdro <tdro@noreply.example.com>2022-12-27 21:05:14 -0500
commit773db7d222adcf5c4e47bf06dd071417831bfc60 (patch)
tree4d213223e0c0ede3b3b787daa04cf26e27eb7f04 /themes/default/layouts/partials/function-generate-feeds.html
parentd27b1096ac6f3f9d5880ecbd97097bfceecefa13 (diff)
downloadcanory-773db7d222adcf5c4e47bf06dd071417831bfc60.tar.gz
canory-773db7d222adcf5c4e47bf06dd071417831bfc60.tar.bz2
canory-773db7d222adcf5c4e47bf06dd071417831bfc60.zip
themes/default/layouts/_default/section.following: Select distinct
Bring back up the stack
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)
)
-}}