Content file adding plural?

I have a “team” content file and when I try and access the title I’m getting “teams” image
image

This is breaking a generic system I have where I look up my data from the .Title {{ $page_data := index $global_data (lower .Title) }} I don’t want to add an “S” how can I remove this?

Set pluralizeListTitles to false in your site configuration.

And after that learn about sections in Hugo and why Hugo adds the s:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.