Skip to content

Plural List Title #338

Answered by jeffmhastings
derins asked this question in Q&A
Discussion options

You must be logged in to vote

I found two ways of doing this.

  1. Set pluralizeListTitles to false in the Hugo configuration

    config.yaml

    pluralizeListTitles: false

    This will apply to all section list pages.

  2. Use a section index page

    Create a file _index.md inside the section folder and set title in the front matter

    content/literature/_index.md

    ---
    title: Literature
    ---

    Using this approach you can continue to pluralize titles for other sections.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adityatelange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #337 on March 31, 2021 03:38.