summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theme.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.scm b/theme.scm
index 5dd8e5f..10a6ccc 100644
--- a/theme.scm
+++ b/theme.scm
@@ -53,6 +53,8 @@
`((doctype "html")
(head
(meta (@ (charset "utf-8")))
+ (meta (@ (name "viewport")
+ (content "width=device-width, initial-scale=1")))
(title ,(string-append title " — " (site-title site)))
(link (@ (rel "alternate")
(type "application/atom+xml")