monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

Select correct font-awesome class for RSS icon #1

Closed fedragon closed 4 years ago

fedragon commented 4 years ago

Hello,

Thank you for creating this theme! I would like to be able to show an RSS link among the social links and I think these changes could provide a simple solution to do so. The configuration would look like this:

[[params.social]]
  name = "rss"
  link = "/index.xml"

The only reason these changes are needed in the first place is that we need to select the fas class instead of the fab class. Please let me know your thoughts!

monkeyWzr commented 4 years ago

Thank you!