Browse Source

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

unreleased_contents
Henrik Sjökvist 14 years ago
committed by Brandon Mathis
parent
commit
7ae5309642
  1. 1
      source/_includes/head.haml

1
source/_includes/head.haml

@ -1,5 +1,6 @@
%head %head
%title #{page.blog_title} :: #{page.title} %title #{page.blog_title} :: #{page.title}
%meta(http-equiv="Content-Type" content="text/html; charset=utf-8")
- if page.respond_to? :description - if page.respond_to? :description
%meta(name="description" content="#{page.description}")/ %meta(name="description" content="#{page.description}")/
- if page.respond_to? :keywords - if page.respond_to? :keywords

Loading…
Cancel
Save