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

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

{{- return $output -}}