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

main
Henrik Sjökvist 15 years ago committed by Brandon Mathis
parent a9eb078119
commit 7ae5309642

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

Loading…
Cancel
Save