-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate RSSLink #4427
Comments
You need to do something a la:
|
Ah, thank you for the quick response 👍 |
The warning in 0.55 is slightly misleading (and this deprecation is not mentioned in the release notes):
When I use the recommended snippet I get this:
It looks like the snippet in the warning message needs to be changed to this (no space between the
|
…rmat's link" (#43) When rendering the site an error occurs: WARN 2019/07/02 12:11:16 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like: {{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}. Related: - gohugoio/hugo#4427
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have added
disableKinds = ["RSS"]
to my configuration file, which does indeed disable RSS accross the site.However the following snippet of HTML is still output to the page, even though its wrapped in the conditional check. I would have expected this to be false and for the HTML to not output.
This then causes a 404.
The text was updated successfully, but these errors were encountered: