From: Raivis Vitols Date: Fri, 18 Aug 2017 14:31:15 +0000 (+0300) Subject: Tweaking theme to be compatible with 1.X versions of Ghost X-Git-Tag: v4.1~1 X-Git-Url: https://git.njae.me.uk/?p=ghost-theme-willow.git;a=commitdiff_plain;h=43d2d4b1d9ca7e1312a79e95d373844c765fb800 Tweaking theme to be compatible with 1.X versions of Ghost --- diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico deleted file mode 100644 index 6da2722..0000000 Binary files a/assets/img/favicon.ico and /dev/null differ diff --git a/author.hbs b/author.hbs index 23094b9..e1d2884 100644 --- a/author.hbs +++ b/author.hbs @@ -1,9 +1,9 @@ {{!< default}} {{#author}}
- {{#if image}} + {{#if profile_image}}
- {{name}}'s Picture + {{name}}'s Picture
{{/if}} diff --git a/package.json b/package.json index 235d302..4fd467c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "name": "Raivis Vitols", "url": "https://raivis.com" }, + "engines": { + "ghost": ">=1.0.0" + }, + "config": { + "posts_per_page": 9 + }, "devDependencies": { "grunt": "~1.0.1", "grunt-sass": "~1.1.0", diff --git a/partials/head.hbs b/partials/head.hbs index 982127e..d93d859 100644 --- a/partials/head.hbs +++ b/partials/head.hbs @@ -2,11 +2,7 @@ {{meta_title}} - - - - diff --git a/partials/post-list.hbs b/partials/post-list.hbs index d37bb83..7b41ed3 100644 --- a/partials/post-list.hbs +++ b/partials/post-list.hbs @@ -2,7 +2,7 @@ {{#foreach posts}}