The documentation lists .Taxonomies
under Page Variables. But when I try to access {{ .Taxonomies }}
in a page, Hugo throws an error at me:
Taxonomies is not a field of struct type *hugolib.Page
The documentation lists .Taxonomies
under Page Variables. But when I try to access {{ .Taxonomies }}
in a page, Hugo throws an error at me:
Taxonomies is not a field of struct type *hugolib.Page
OK, PR to remove line from docs is in. However, I filed the issue here because I was under the impression that having the .Taxonomies
property on a Page
is actually very useful. Like it was just accidentally never implemented.