How to add icon to webpage tabs in blogdown
How can I add a favicon to by blogdown website? I am using the minimal theme. I tried adding the line in the config.toml favicon = imgPath and I also attemped to move 'favicon.ico' to the static folder, but neither has worked. If you have a file named favicon.ico in root directory, most browsers will use it. The easiest way is to add favicon.ico in static directory (therefore, Hugo will copy it to root directory), see here . Favicon is declared in <head> element. In minimal theme, the <head> element is defined in header.html file. As you can see, the minimal theme does not provide support for