From a0cedfe23e6b633c5b37bec4407ee6de0cb08c29 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Fri, 20 May 2022 18:23:22 +0800 Subject: [PATCH] Rename @custom.site_logo_in_main_navigation --- default.hbs | 2 +- index.hbs | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default.hbs b/default.hbs index 7d56c13..e3a1d1c 100644 --- a/default.hbs +++ b/default.hbs @@ -18,7 +18,7 @@ {{ghost_head}} - +
diff --git a/index.hbs b/index.hbs index d3902ac..037d8b3 100644 --- a/index.hbs +++ b/index.hbs @@ -22,7 +22,7 @@ into the {body} of the default.hbs template --}} {{#match @custom.header_style "!=" "Hidden"}}
- {{#unless @custom.site_logo_in_main_navigation}} + {{#unless @custom.show_logo_in_navigation}} {{#if @site.logo}} {{else}} diff --git a/package.json b/package.json index d93a27f..bb90b11 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "default": "Center aligned", "group": "homepage" }, - "site_logo_in_main_navigation": { + "show_logo_in_navigation": { "type": "boolean", "default": false, "group": "homepage"