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.
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.