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

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

{{- return $output -}}