aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-fetch-favicons.html
blob: 7f92a94abfd6a65219609a3b4a710e67f0de7ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{- $source      := .Source  -}}
{{- $infix       := .Infix   -}}
{{- $pageContext := .Context -}}

{{- $output := partial "function-caches-images.html"
  (dict
    "Context" $pageContext
    "Source"  $source
    "Fit"     "160x160"
    "Target"  (print (partial "function-paths.html" "media") "/")
    "Copy"    (print (partial "function-paths.html" "media") "/favicon." $infix ".png")
  )
-}}

{{- return $output -}}