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

Broken taxonomies #449

Closed
tgirod opened this issue Aug 29, 2014 · 2 comments
Closed

Broken taxonomies #449

tgirod opened this issue Aug 29, 2014 · 2 comments
Labels

Comments

@tgirod
Copy link

tgirod commented Aug 29, 2014

Following the example #2 in http://hugo.spf13.com/taxonomies/displaying

//Config.toml
[Taxonomies]
    public = "publics"
    artiste = "artistes"

//index.html
{{ range .Site.Taxonomies.artistes.lea }
{{ .Name }}
{{ end }}

The result:

INFO: 2014/08/29 found taxonomies: map[string]string{"artiste":"artistes", "public":"publics"}
ERROR: 2014/08/29 Rendering error: template: index.html:26:7: executing "index.html" at <.Name>: Name is not a field of struct type hugolib.WeightedPage
@spf13
Copy link
Contributor

spf13 commented Aug 30, 2014

Dup of #318

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants