aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-fetch-favicons.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/function-fetch-favicons.html')
-rw-r--r--themes/default/layouts/partials/function-fetch-favicons.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/function-fetch-favicons.html b/themes/default/layouts/partials/function-fetch-favicons.html
index 7f92a94..facde2f 100644
--- a/themes/default/layouts/partials/function-fetch-favicons.html
+++ b/themes/default/layouts/partials/function-fetch-favicons.html
@@ -7,8 +7,8 @@
"Context" $pageContext
"Source" $source
"Fit" "160x160"
- "Target" (print (partial "function-paths.html" "media") "/")
- "Copy" (print (partial "function-paths.html" "media") "/favicon." $infix ".png")
+ "Target" (print (partial "function-paths.html").media "/")
+ "Copy" (print (partial "function-paths.html").media "/favicon." $infix ".png")
)
-}}