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
I noticed it has been mentioned before but has been ignored so far.
Issue created:
It’s an easy one if you want to contribute.
The page in question is here.
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.