aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/generate-feeds.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-08-15 22:05:35 -0400
committertdro <tdro@noreply.example.com>2022-08-15 22:05:35 -0400
commit93624424bf16c2b97e98f8a5c5483d55f0a5023b (patch)
tree3b64e6afb0d9570d9b82455fa3218e91ef40099a /themes/default/layouts/partials/generate-feeds.html
parent8595c1325bd68fd0c17334c78b85b0fde55986d4 (diff)
downloadcanory-93624424bf16c2b97e98f8a5c5483d55f0a5023b.tar.gz
canory-93624424bf16c2b97e98f8a5c5483d55f0a5023b.tar.bz2
canory-93624424bf16c2b97e98f8a5c5483d55f0a5023b.zip
themes/default/layouts/partials/function: Start unified image caching interface
Diffstat (limited to 'themes/default/layouts/partials/generate-feeds.html')
-rw-r--r--themes/default/layouts/partials/generate-feeds.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/default/layouts/partials/generate-feeds.html b/themes/default/layouts/partials/generate-feeds.html
index b8e7f75..a3cb7dc 100644
--- a/themes/default/layouts/partials/generate-feeds.html
+++ b/themes/default/layouts/partials/generate-feeds.html
@@ -198,10 +198,14 @@
{{- $domain = $name | humanize | urlize -}}
{{- end -}}
- {{- $imageSource := partial "function-feeds-favicons.html"
+ {{- $imageSource := partial "function-caches-images.html"
(dict
- "Domain" $domain
- "Search" $faviconDomain
+ "File" $domain
+ "Type" "png"
+ "Source" $faviconDomain
+ "Dimensions" "160x160"
+ "PrefixSource" (print (partial "function-paths.html" "media") "/")
+ "PrefixCopy" (print (partial "function-paths.html" "media") "/")
)
-}}