klugjo / hexo-theme-clean-blog

Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
MIT License
401 stars 129 forks source link

How do I assign a favicon in clean blog? #20

Closed jordancclive closed 7 years ago

jordancclive commented 8 years ago

Sorry if this is a stupid question. Please let me know where the best place would have been for me to find the answer to this question. Thanks so much for an amazing theme!

GHLandy commented 8 years ago

You can edit hexo-theme-clean-blog/layout/_partial/head.ejs, add this line image

anywhere you like.

klugjo commented 8 years ago

@jordancclive this is correct, please edit the layout/_partial/head.ejs to add your favicon like you would with any other HTML file.

Hope that helps