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