summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
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))