PrivacyLx / privacylx-issue-tracker

PrivacyLx Issue Tracker repository
0 stars 0 forks source link

Fix Hugo website deprecation #95

Closed anadahz closed 3 years ago

anadahz commented 3 years ago

This issue is about fixing the website deprecation of Hugo.

Relevant log lines:

Page's .URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url.
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 }}.
francisco-core commented 3 years ago

seems to be a general problem with the theme:

https://github.com/Xzya/hugo-bootstrap/issues/38

anadahz commented 3 years ago

Closing in favor of #89 .