aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-favicon-domain.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/function-favicon-domain.html')
-rw-r--r--themes/default/layouts/partials/function-favicon-domain.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/function-favicon-domain.html b/themes/default/layouts/partials/function-favicon-domain.html
index f73ad62..3814304 100644
--- a/themes/default/layouts/partials/function-favicon-domain.html
+++ b/themes/default/layouts/partials/function-favicon-domain.html
@@ -2,10 +2,9 @@
{{- $output :=
(print
- "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url="
+ "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&size=64&url="
"http://"
$input
- "&size=64"
)
-}}