Skip to content

Commit 3213e9f

Browse files
committed
Modify for Ghost 1.0.2
1 parent 1dfbb6b commit 3213e9f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

default.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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" />

index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
"email": "[email protected]"
11+
},
12+
"config": {
13+
"posts_per_page": 10
14+
}
15+
}

0 commit comments

Comments
 (0)