Adding Favicon to Hugo site
Favicon will shows on your browserβs navigation bar, which near the title By adding below files to root URI will add favicons on website. favicon-16x16.png favicon-32x32.png favicon.ico On Hugo, the root URI will convert from content/ folder. The folder structure will result as below: . βββ content β βββ assets β βββ pages β βββ favicon-16x16.png β βββ favicon-32x32.png β βββ favicon.ico Youβre all set! π Ref. html - How to add favicon to Hugo site - Stack Overflow...