-
I'm trying to change the icon in the browser's title bar, but unable to do so. I have the below files in the
and params:
navbar:
displayTitle: true
displayLogo: true
logo:
path: favicon.svg
dark: favicon.svg How can I ensure that a custom icon gets displayed in the browser's title bar? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You on the right track, just put the favicons under the
which will replace the default favicons from the theme. |
Beta Was this translation helpful? Give feedback.
-
I used the hextra-starter-template and created a static-folder in the content-folder and added all favicon files there. In hugo.yaml I used as navbar-logo a logo which is stored in static/images/.... Is there anything else I need to consider? |
Beta Was this translation helpful? Give feedback.
You on the right track, just put the favicons under the
static
directory of your own site:which will replace the default favicons from the theme.