Favicon updated to use 4 different sizes
-Instead of using a single file for the favicon, there are now 4 size options for a more modern favicon experience as inspired by this article: https://www.emergeinteractive.com/insights/detail/The-Essentials-of-FavIcons/ -Old default favicon file has been replaced with 4 different sized pngs -Not all sizes need to be set. If any of the new settings are left blank or the filename does not exist, that favicon size will be skipped
This commit is contained in:
+17
-3
@@ -97,9 +97,23 @@
|
||||
"theme": "Exor",
|
||||
// page_title: The text to display at the end of the HTML title tag and also displayed in the page header when the "shared_pages.page_header.home_link" setting is set to "title"
|
||||
"page_title": "eIquidus",
|
||||
// favicon: The path to an icon file that is displayed in a browser window/tab and serves as branding for your website. Its main purpose is to help visitors locate your page easier when they have multiple tabs open
|
||||
// NOTE: The path root is /
|
||||
"favicon": "public/favicon.ico",
|
||||
// favicons: a collection of image or icon files that are displayed in a browser window/tab and serve as branding for your website. Their main purpose is to help visitors locate your page easier when they have multiple tabs open
|
||||
// Modern favicon sizes were inspired by this web article: https://www.emergeinteractive.com/insights/detail/The-Essentials-of-FavIcons/
|
||||
// NOTE: If any of the favicons are left blank or not set to a valid file, they will be disabled and unused
|
||||
"favicons": {
|
||||
// favicon32: The path to a 32x32 image or icon file
|
||||
// NOTE: The path root is /public
|
||||
"favicon32": "favicon-32.png",
|
||||
// favicon128: The path to a 128x128 image or icon file
|
||||
// NOTE: The path root is /public
|
||||
"favicon128": "favicon-128.png",
|
||||
// favicon180: The path to a 180x180 image or icon file
|
||||
// NOTE: The path root is /public
|
||||
"favicon180": "favicon-180.png",
|
||||
// favicon192: The path to a 192x192 image or icon file
|
||||
// NOTE: The path root is /public
|
||||
"favicon192": "favicon-192.png"
|
||||
},
|
||||
// logo: The path to an image file that is displayed on the api page as well as in one of the top panels when enabled
|
||||
// This logo can also be displayed in the header when the "shared_pages.page_header.home_link" setting is set to "logo" and the "shared_pages.page_header.home_link_logo" setting is blank or an invalid file
|
||||
// NOTE: The path root is /public
|
||||
|
||||
Reference in New Issue
Block a user