Skip to content
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

fix:warn when use 0.55.5 #349

Merged
merged 1 commit into from
Jul 1, 2019
Merged

fix:warn when use 0.55.5 #349

merged 1 commit into from
Jul 1, 2019

Conversation

kakawait
Copy link
Owner

@kakawait kakawait commented Jul 1, 2019

hugo version

$ hugo version
Hugo Static Site Generator v0.55.5/extended windows/amd64 BuildDate: unknown

warn:

$ hugo
Building sites … WARN 2019/05/17 19:58:25 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function.
WARN 2019/05/17 19:58:25 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 }}.
WARN 2019/05/17 19:58:25 Page's .UniqueID is deprecated and will be removed in a future release. Use .File.UniqueID.

Changes to be committed:

  • modified: layouts/partials/head.html
  • modified: layouts/partials/meta.html
  • modified: layouts/taxonomy/category.terms.html

hugo version

```
$ hugo version
Hugo Static Site Generator v0.55.5/extended windows/amd64 BuildDate: unknown
```
warn:

```
$ hugo
Building sites … WARN 2019/05/17 19:58:25 Page's .Hugo is deprecated and will be removed in a future release. Use the global hugo function.
WARN 2019/05/17 19:58:25 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 }}.
WARN 2019/05/17 19:58:25 Page's .UniqueID is deprecated and will be removed in a future release. Use .File.UniqueID.
```

Changes to be committed:

* modified:   layouts/partials/head.html
* modified:   layouts/partials/meta.html
* modified:   layouts/taxonomy/category.terms.html
@kakawait kakawait added bug Something isn't working enhancement New feature or request labels Jul 1, 2019
@kakawait kakawait added this to the 0.4.5-BETA milestone Jul 1, 2019
@kakawait kakawait self-assigned this Jul 1, 2019
@kakawait kakawait merged commit 42bc2c2 into kakawait:develop Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants