hugo-theme-cactus icon indicating copy to clipboard operation
hugo-theme-cactus copied to clipboard

Add favicon param

Open danielmrcl opened this issue 4 months ago • 1 comments

Hi

I recently needed to change my website's favicon and realized that there is no easy way to do this. So I implemented it this way. Hope it can help other users.

hugo.toml

[params]
  ...
  favicon = "favicon.png"

danielmrcl avatar Sep 28 '24 20:09 danielmrcl