diff --git a/package.json b/package.json index e8d0961..1ddca8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "0.2.0", + "version": "0.3.0", "engines": { "ghost-api": "v3" }, diff --git a/partials/post-card.hbs b/partials/post-card.hbs index 7c13f37..8a1b223 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -2,23 +2,23 @@
{{> post-background}} {{!--Special header-image.hbs partial to generate the background image--}}
- -
-
{{#if primary_tag}} {{#primary_tag}} {{/primary_tag}} {{/if}} -
+ -
+
+

{{excerpt words="30"}}

+
+
{{#foreach authors}} {{#if profile_image}} @@ -37,9 +37,6 @@
-
-

{{excerpt words="30"}}

-
diff --git a/partials/site-header.hbs b/partials/site-header.hbs index c6e0d9a..7e0dabb 100644 --- a/partials/site-header.hbs +++ b/partials/site-header.hbs @@ -15,7 +15,7 @@ {{navigation}}