Enforce UTF-8 in meta tag to avoid character set problems.

This commit is contained in:
Henrik Sjökvist 2010-10-06 00:00:32 +08:00 committed by Brandon Mathis
parent a9eb078119
commit 7ae5309642

View File

@ -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