diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 21:12:29 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 21:12:29 -0500 |
| commit | 6168162b67dcefdd004d6e13cfb0ac68512c7812 (patch) | |
| tree | 784b49372c139ba3a2c656f8577218ab32c4683b /theme.scm | |
| parent | bee838cc99c8bbb30c5376308664e0be33ff1a77 (diff) | |
add 0-byte icon
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)) |
