diff options
author | Henrik Sjökvist <henrik.sjokvist@searchfactory.se> | 2010-10-06 00:00:32 +0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2010-10-06 02:06:04 +0800 |
commit | 7ae530964201a8d77ecab9693bfa77bae498ee0f (patch) | |
tree | e5655a11cfabbd5d801bad6a59ac5dec0c7e1d3c | |
parent | a9eb0781193f7eb5f3635d8124de6fc4e342a000 (diff) | |
download | my_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.haml | 1 |
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 |