diff --git a/author.hbs b/author.hbs index e475ea4..a0e3bc5 100644 --- a/author.hbs +++ b/author.hbs @@ -1,16 +1,12 @@ {{!< default}} -
-{{> "site-header"}} -
- {{#author}} -
+
{{> header-background background=feature_image}} {{!--Special header-image.hbs partial to generate the background image--}}
-
+

Author

@@ -49,6 +45,9 @@
+
+ {{> "site-header"}} +
{{/author}} diff --git a/package.json b/package.json index 2a2605e..5cf03d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "0.4.0", + "version": "0.5.0", "engines": { "ghost-api": "v3" }, diff --git a/tag.hbs b/tag.hbs index 0356c54..f6eb5a7 100644 --- a/tag.hbs +++ b/tag.hbs @@ -1,16 +1,13 @@ {{!< default}} -
-{{> "site-header"}} -
{{#tag}} -
+
{{> header-background background=feature_image}} {{!--Special header-image.hbs partial to generate the background image--}}
-
-
+
+

Tag

@@ -26,6 +23,9 @@
+
+ {{> "site-header"}} +
{{/tag}}