From 7c16df7be5050b010eb2386948401230339b5dab Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 7 Oct 2023 20:19:06 -0400 Subject: themes/default/layouts/partials/function-favicon-domain: Make easy to change --- themes/default/layouts/partials/function-favicon-domain.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'themes/default/layouts/partials') 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" ) -}} -- cgit v1.2.3