Adds {{meta_title}} and {{meta_description}} to casper theme
- uses meta_title and meta_description helpers rather than @blog.title
This commit is contained in:
parent
ca7eb5ad03
commit
ff9f091cd3
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
{{! Page Meta }}
|
||||
<title>{{@blog.title}}</title>
|
||||
<meta name="description" content="{{@blog.description}}" />
|
||||
<title>{{meta_title}}</title>
|
||||
<meta name="description" content="{{meta_description}}" />
|
||||
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
|
|
Loading…
Reference in a new issue