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 #340

Merged
merged 1 commit into from
Jul 1, 2019
Merged

fix:warn when use 0.55.5 #340

merged 1 commit into from
Jul 1, 2019

Conversation

cloudfstrife
Copy link
Contributor

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
Copy link

@Titan-C Titan-C left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good and works on my computer. Can we merge this?

@kakawait kakawait merged commit 6c084b1 into kakawait:master Jul 1, 2019
@kakawait kakawait added this to the 0.4.5-BETA milestone Jul 3, 2019
@cloudfstrife
Copy link
Contributor Author

This broke the page generation with older version of Hugo.
It could be ok as far as the "Compatibility" is updated in README.md, docs/user.md, docs/developer.md and other exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md.

apologize for this mistake, @kakawait would you please modify above files ?

@kakawait
Copy link
Owner

Yes is plan. I have just to find what's the min version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants