File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 77
88 {{! Page Meta }}
99 <title >{{ meta_title }} </title >
10- <meta name =" description" content =" {{ meta_description }} " />
1110
1211 <meta name =" HandheldFriendly" content =" True" />
1312 <meta name =" MobileOptimized" content =" 320" />
Original file line number Diff line number Diff line change 44 the {body} of the default.hbs template, which contains our header/footer. }}
55
66{{! The big featured header on the homepage, with the site logo and description }}
7- <header class =" site-head" {{ #if @blog.cover }} style =" background-image: url({{ @blog.cover }} )" {{ /if }} >
7+ <header class =" site-head" {{ #if @blog.cover_image }} style =" background-image: url({{ @blog.cover_image }} )" {{ /if }} >
88 <div class =" navbar-fill" >
99 <div class =" container" >
1010 <a class =" brand" href =" /" ><img src =" http://rascalmicro.com/img/rm-logo-words-only-light.png" ></a >
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " rascal-micro" ,
3+ "description" : " Rascal Micro blog theme" ,
4+ "version" : " 0.2.0" ,
5+ "engines" : {
6+ "ghost" : " >=1.0.0"
7+ },
8+ "license" : " CC-BY-SA" ,
9+ "author" : {
10+ 11+ },
12+ "config" : {
13+ "posts_per_page" : 10
14+ }
15+ }
You can’t perform that action at this time.
0 commit comments