You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out how to add Favicons to the site so they load correctly in light and dark themes. Since the theme doesn't have a head tag I'm not sure how to do this.
The text was updated successfully, but these errors were encountered:
Looks like this was asked a long time ago, but answering in case it's of use to you or anyone having a similar issue.
If you look at the index.html file, you see in the front matter it's assigned to use the layout defined in default.html
In the default.html file you can simply add a head tag with the favicon link inside:
Replace the href value with the location of your icon and you will be set. <link rel="icon" href="/assets/images/FavIcon/OM_Logo.ico">
The icon should show on the tab across any locations on your site (tested as working on mine) and shouldn't depend on whether you're using a light or dark theme.
I'm trying to figure out how to add Favicons to the site so they load correctly in light and dark themes. Since the theme doesn't have a head tag I'm not sure how to do this.
The text was updated successfully, but these errors were encountered: