Gravstrap Theme helps you to start a new Grav CMS site with Bootstrap support and several ready to use modules. It is also perfect to start a new Bootstrap custom theme, to create your unique design.
You create a new folder in the /user/pages/images if it is not already there and stick all of your favicons there, you can use any file format the browser accepts, including .ico (usually you use .ico or .png for favicon images) Then if you want to use a custom favicon, on the frontmatter of the page you put this parameter
custom_favicon: whatever.ico
If the custom_favicon header variable is not there, it will use the default favicon.ico.
You can use theme://images/ if you prefer to keep everything in the theme images folder, but it is subject to rewriting if you update theme. User folder or even individual pages folders are more permanent for custom content.
You create a new folder in the
/user/pages/images
if it is not already there and stick all of your favicons there, you can use any file format the browser accepts, including .ico (usually you use .ico or .png for favicon images) Then if you want to use a custom favicon, on the frontmatter of the page you put this parametercustom_favicon: whatever.ico
If thecustom_favicon
header variable is not there, it will use the default favicon.ico.You can use
theme://images/
if you prefer to keep everything in the theme images folder, but it is subject to rewriting if you update theme. User folder or even individual pages folders are more permanent for custom content.