aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-favicon-domain.html
blob: f73ad62d5272a94ce1f1e897a0250f6778a1d8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $input := . -}}

{{- $output :=
  (print
    "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url="
    "http://"
    $input
    "&size=64"
  )
-}}

{{- return $output -}}