summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme.scm b/theme.scm
index a601e0e..e6178f6 100644
--- a/theme.scm
+++ b/theme.scm
@@ -20,14 +20,16 @@
(lambda (site title body)
`((doctype "html")
(html
+ (@ (lang "en"))
(head
(meta (@ (http-equiv "Content-Type")
(content "text/html")
(charset "utf-8")))
(meta (@ (name "viewport")
(content "width=device-width, initial-scale=1.0")))
+ (meta (@ (name "color-scheme")
+ (content "light dark")))
(link (@ (rel "stylesheet")
- (type "text/css")
(href "/style.css")))
(link (@ (rel "icon")
(href "data:,")))