diff --git a/assets/css/styles.css b/assets/css/styles.css index 00e3107..51e587e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -51,7 +51,7 @@ header { @apply flex flex-row transition duration-300 ease-in-out; } .site-head { - @apply flex flex-row flex-grow py-2 transition duration-300 ease-in-out pl-4 h-16; + @apply flex flex-row flex-grow py-2 items-center transition duration-300 ease-in-out pl-4 h-16; } .site-head:hover { @apply bg-yuika-blue-500; diff --git a/index.hbs b/index.hbs index 7b7a757..b149f1d 100644 --- a/index.hbs +++ b/index.hbs @@ -1,12 +1,27 @@ {{!< default}} -{{!--
{{> header-background background=@site.cover_image}}
+
+
+ {{#if @site.logo}} +
+ {{@site.title}} +
+ {{/if}} + +
+

{{@site.title}}

+
+
+

{{@site.description}}

+
+
+
+
---}}
{{#foreach posts}} diff --git a/package.json b/package.json index 49388e1..f2874df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "2.0.2", + "version": "2.1.0", "engines": { "ghost-api": "v3" }, diff --git a/partials/site-header.hbs b/partials/site-header.hbs index ecb4d94..6e16f04 100644 --- a/partials/site-header.hbs +++ b/partials/site-header.hbs @@ -9,18 +9,10 @@ menu
- {{#if @site.logo}} -
- {{@site.title}} -
- {{/if}}

{{@site.title}}

-
-

{{@site.description}}

-