diff --git a/lib/settings.js b/lib/settings.js index 1300155..c584157 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -167,7 +167,7 @@ exports.shared_pages = { // home_link_logo: The path to a logo image that is displayed on page header when the "shared_pages.page_header.home_link" setting is set to "logo" // If the home_link_logo is left blank or not set to a valid file, the "shared_pages.page_header.home_link" = "logo" setting will automatically default to displaying the original "shared_pages.logo" instead of the "shared_pages.page_header.home_link_logo" // NOTE: The path root is /public - "home_link_logo": "/img/header_logo.png", + "home_link_logo": "/img/header-logo.png", // home_link_logo_height: The max-height value of the "shared_pages.page_header.home_link" logo image (value in px, only valid if "shared_pages.page_header.home_link" = 'logo') "home_link_logo_height": 50, // panels: a collection of settings that pertain to the panels displayed on page header of all pages (NOTE: you can show/hide the entire group of panels on each page independently by changing the show_panels value in the settings for each page) diff --git a/public/img/header_logo.png b/public/img/header-logo.png similarity index 100% rename from public/img/header_logo.png rename to public/img/header-logo.png diff --git a/settings.json.template b/settings.json.template index bd88ba0..be00522 100644 --- a/settings.json.template +++ b/settings.json.template @@ -166,7 +166,7 @@ // home_link_logo: The path to a logo image that is displayed on page header when the "shared_pages.page_header.home_link" setting is set to "logo" // If the home_link_logo is left blank or not set to a valid file, the "shared_pages.page_header.home_link" = "logo" setting will automatically default to displaying the original "shared_pages.logo" instead of the "shared_pages.page_header.home_link_logo" // NOTE: The path root is /public - "home_link_logo": "/img/header_logo.png", + "home_link_logo": "/img/header-logo.png", // home_link_logo_height: The max-height value of the "shared_pages.page_header.home_link" logo image (value in px, only valid if "shared_pages.page_header.home_link" = 'logo') "home_link_logo_height": 50, // panels: a collection of settings that pertain to the panels displayed on page header of all pages (NOTE: you can show/hide the entire group of panels on each page independently by changing the show_panels value in the settings for each page)