Enforce UTF-8 in meta tag to avoid character set problems.
This commit is contained in:
parent
a9eb078119
commit
7ae5309642
@ -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…
Reference in New Issue
Block a user