summaryrefslogtreecommitdiff
path: root/haunt/builder/blog.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/builder/blog.scm')
-rw-r--r--haunt/builder/blog.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/builder/blog.scm b/haunt/builder/blog.scm
index 567eaf2..0a65b50 100644
--- a/haunt/builder/blog.scm
+++ b/haunt/builder/blog.scm
@@ -76,6 +76,7 @@
(lambda (site title body)
`((doctype "html")
(head
+ (meta (@ (charset "utf-8")))
(title ,(string-append title " — " (site-title site))))
(body
(h1 ,(site-title site))