diff options
-rw-r--r-- | theme.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |