Hugo automatically adding 'S' to tags/categories titles

I don’t know exactly what is causing this, but Hugo is automatically adding ‘s’ to the title of a section. (unless it has an ‘s’ at the end like Books, then it isn’t adding it)
Example: adding ‘S’ to my Blog section

I’m using the Hugo theme Kube.
Here is the repo for my site, you can see the site live at raduciurca.com.

I’m not completely sure where I have to post this, please let me know if this isn’t the spot.

Specifically, look at pluralizeListTitles.

2 Likes

Thank you very much! Settings this to false in my config.toml fixed it.

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