darshanbaral / aafu

Portfolio theme with blog
https://themes.gohugo.io/aafu/
MIT License
50 stars 58 forks source link

Add enhanced favicon support #3

Closed gfairchild closed 5 years ago

gfairchild commented 5 years ago

A number of Hugo themes support some enhanced favicon support provided by a service like RealFaviconGenerator (e.g., Hello Friend NG). Would it be possible to include something like https://github.com/rhazdon/hugo-theme-hello-friend-ng/blob/master/layouts/partials/favicons.html in this theme?

darshanbaral commented 5 years ago

@gfairchild, I have implemented it in https://github.com/darshanbaral/aafu/commit/3d2728d2ce64daad54829c182f468ce646e96174. You can paste the links from the generator in config.toml. Please test and let me know if it works. I will then update the README.

gfairchild commented 5 years ago

This is great! Thank you very much. Everything appears to be working properly.