From d1a77e495cfd5dd01cd451b8291f214569ad4450 Mon Sep 17 00:00:00 2001 From: Damillora Date: Thu, 12 Nov 2020 03:04:20 +0700 Subject: [PATCH] Fix 404 --- error-404.hbs | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/error-404.hbs b/error-404.hbs index 98eaf33..d73ea74 100644 --- a/error-404.hbs +++ b/error-404.hbs @@ -1,5 +1,4 @@ {{!< default}} -{{> "site-header"}}
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
diff --git a/package.json b/package.json index 52e0239..c1d6ebb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "2.2.0", + "version": "2.2.1", "engines": { "ghost-api": "v3" },