Xzya / hugo-bootstrap

This is a simple Hugo theme using Bootstrap v4.
MIT License
76 stars 51 forks source link

Theme uses deprecated Page.RSSLink and Page.URL #38

Open ericzolf opened 3 years ago

ericzolf commented 3 years ago

While building the site, hugo v0.75.1/extended complains about following deprecations:

WARN 2020/11/21 15:18:15 Page.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 }}
WARN 2020/11/21 15:18:15 Page.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