summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 21:12:29 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 21:12:29 -0500
commit6168162b67dcefdd004d6e13cfb0ac68512c7812 (patch)
tree784b49372c139ba3a2c656f8577218ab32c4683b /theme.scm
parentbee838cc99c8bbb30c5376308664e0be33ff1a77 (diff)
add 0-byte icon
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm2
1 files changed, 2 insertions, 0 deletions
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))