aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Sjökvist <henrik.sjokvist@searchfactory.se>2010-10-06 00:00:32 +0800
committerBrandon Mathis <brandon@imathis.com>2010-10-06 02:06:04 +0800
commit7ae530964201a8d77ecab9693bfa77bae498ee0f (patch)
treee5655a11cfabbd5d801bad6a59ac5dec0c7e1d3c
parenta9eb0781193f7eb5f3635d8124de6fc4e342a000 (diff)
downloadmy_new_personal_website-7ae530964201a8d77ecab9693bfa77bae498ee0f.tar.xz
my_new_personal_website-7ae530964201a8d77ecab9693bfa77bae498ee0f.zip
Enforce UTF-8 in meta tag to avoid character set problems.
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