aboutsummaryrefslogtreecommitdiff
path: root/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/_includes/head.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/_includes/head.haml b/source/_includes/head.haml
index 120f6695..75b652c8 100644
--- a/source/_includes/head.haml
+++ b/source/_includes/head.haml
@@ -1,5 +1,6 @@
%head
%title #{page.blog_title} :: #{page.title}
+ %meta(http-equiv="Content-Type" content="text/html; charset=utf-8")
- if page.respond_to? :description
%meta(name="description" content="#{page.description}")/
- if page.respond_to? :keywords