From e7fcc64e12c1abe2ee4f2446b65eea0cff9373d6 Mon Sep 17 00:00:00 2001 From: Joe Uhren Date: Sat, 9 Jul 2022 14:23:34 -0600 Subject: [PATCH] Rename header_logo.png to header-logo.png --- lib/settings.js | 2 +- public/img/{header_logo.png => header-logo.png} | Bin settings.json.template | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename public/img/{header_logo.png => header-logo.png} (100%) diff --git a/lib/settings.js b/lib/settings.js index 1300155e..c5841572 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 bd88ba0a..be005220 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)