You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//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
The text was updated successfully, but these errors were encountered:
Following the example #2 in http://hugo.spf13.com/taxonomies/displaying
The result:
The text was updated successfully, but these errors were encountered: