From 6168162b67dcefdd004d6e13cfb0ac68512c7812 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 21:12:29 -0500 Subject: add 0-byte icon --- theme.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.scm b/theme.scm index 22ea1c7..1078b45 100644 --- a/theme.scm +++ b/theme.scm @@ -29,6 +29,8 @@ (link (@ (rel "stylesheet") (type "text/css") (href "/style.css"))) + (link (@ (rel "icon") + (href "data:,"))) (title ,(string-append title " — " (site-title site)))) (body (header (span ,(assq-ref (site-default-metadata site) 'author)) -- cgit v1.3