calintat / minimal

Personal blog theme powered by Hugo
https://themes.gohugo.io/minimal/
MIT License
404 stars 221 forks source link

Fix hugo 0.55 deprecation warnings without breaking RSS #88

Closed danielschemmel closed 5 years ago

danielschemmel commented 5 years ago

In commit 83eed85 the deprecation warnings given by hugo 0.55 are dealt with, but the previous <link> tags for RSS feeds have been removed, with the link to the RSS feed being placed into the <head> tag itself as raw text. In addition to breaking RSS feeds, FF at least will display that path prominently in the actual pages.

This PR should deal with the deprecation without changing the output of the original template.