summaryrefslogtreecommitdiff
path: root/haunt/jakob/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/jakob/theme.scm')
-rw-r--r--haunt/jakob/theme.scm15
1 files changed, 9 insertions, 6 deletions
diff --git a/haunt/jakob/theme.scm b/haunt/jakob/theme.scm
index 0632a36..fc73252 100644
--- a/haunt/jakob/theme.scm
+++ b/haunt/jakob/theme.scm
@@ -85,12 +85,15 @@ International")
`(title ,(string-join (list title %title) " — ")))
(meta (@ (charset "utf-8")))
- (meta (@ (name "keywords")
- (content ,(string-join keywords ", "))))
- (meta (@ (name "description")
- (content ,description)))
- (meta (@ (name "viewport")
- (content "width=device-width, initial-scale=1.0")))
+ (meta (@ (name "keywords") (content ,(string-join keywords ", "))))
+ (meta (@ (name "description") (content ,description)))
+ (meta (@ (name "language") (content "EN")))
+ (meta (@ (name "viewport") (content "width=device-width, initial-scale=1.0")))
+ (meta (@ (name "HandheldFriendly") (content "True")))
+
+ (meta (@ (name "author") (content "Jakob L. Kreuze")))
+ (meta (@ (name "subject") (content "Personal website of Jakob L. Kreuze")))
+ (meta (@ (name "medium") (content "blog")))
,@(map (lambda (file-name) (stylesheet file-name)) %stylesheets)