joeroe / risotto

A minimalist, responsive hugo theme inspired by terminal ricing aesthetics.
https://risotto.joeroe.io
MIT License
393 stars 109 forks source link

Adding a favicon? #57

Closed masroof-maindak closed 1 year ago

masroof-maindak commented 1 year ago

Hello, new to Hugo and Risotto but wanted to ask about my one gripe so far.

I've tried putting the file as favicon.ico in both the home directory's static/ folder and theme/risotto/static/ but to no avail. I also created a new section under [params] with the following contents:

[params.meta]
favicon = true
svg = false

This also didn't work out.

Any help would be appreciated.

joeroe commented 1 year ago

@masroof-maindak The theme didn't have support for favicons until now.

Please try updating the theme and see if they show up now. You don't need the parameters.

masroof-maindak commented 1 year ago

Hi Joe.

Works like a charm now, thanks a ton for your help.