mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-25 00:48:49 -05:00
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
|
||||
%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…
Reference in New Issue
Block a user