From e504c91a49dbf2301b2a5e332fadbb734f37569d Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 11 Nov 2020 18:57:35 +0700 Subject: [PATCH] Size adjustments for sizes --- package.json | 2 +- partials/post-card.hbs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a712b36..f9e79a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "2.1.2", + "version": "2.1.3", "engines": { "ghost-api": "v3" }, diff --git a/partials/post-card.hbs b/partials/post-card.hbs index ae03aa4..6888fc3 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -12,13 +12,13 @@ {{/if}}
-

{{title}}

+

{{title}}

-
+

{{#if authors}} -
+
{{#foreach authors}} {{#if profile_image}} @@ -37,7 +37,7 @@
{{/if}} -
+

{{excerpt words="30"}}