mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	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:
		@@ -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" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user