From 1ea6681f76cc04052149f54c57934f7c17f59328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=82=B3=E3=83=AD?= <4946624+shincurry@users.noreply.github.com> Date: Fri, 19 Aug 2022 04:50:48 +0800 Subject: [PATCH] Support Native Search (Ghost V5) (#465) --- package.json | 4 ++++ partials/header.hbs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 563f1b2..d63b611 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,10 @@ "dark_mode_logo": { "type": "image" }, + "enable_native_search": { + "type": "boolean", + "default": false + }, "search_api_key": { "type": "text" }, diff --git a/partials/header.hbs b/partials/header.hbs index 76f6e8b..6ab43e3 100644 --- a/partials/header.hbs +++ b/partials/header.hbs @@ -19,7 +19,7 @@ This header template is shared across all the pages. {{@site.title}} {{/if}} - @@ -118,7 +118,7 @@ This header template is shared across all the pages.