aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-07 20:19:06 -0400
committertdro <tdro@noreply.example.com>2023-10-07 20:19:06 -0400
commit7c16df7be5050b010eb2386948401230339b5dab (patch)
treef808ba809fdbfe75f6e895bd48d7173896a5bebb /themes/default/layouts/partials
parente30823abefe5ad87ea2cf395c5b9e4fcd3a1627d (diff)
downloadcanory-7c16df7be5050b010eb2386948401230339b5dab.tar.gz
canory-7c16df7be5050b010eb2386948401230339b5dab.tar.bz2
canory-7c16df7be5050b010eb2386948401230339b5dab.zip
themes/default/layouts/partials/function-favicon-domain: Make easy to change
Diffstat (limited to 'themes/default/layouts/partials')
-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"
)
-}}