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"