From 7ae530964201a8d77ecab9693bfa77bae498ee0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Sj=C3=B6kvist?= <henrik.sjokvist@searchfactory.se>
Date: Wed, 6 Oct 2010 00:00:32 +0800
Subject: Enforce UTF-8 in meta tag to avoid character set problems.

---
 source/_includes/head.haml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'source')

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
-- 
cgit v1.2.1