mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-16 22:21:55 +00:00
While Hugo does not care if the section is named "post" or "posts", this commit normalizes the whole Hugo documentation to use "posts" when used as an example for a section name to prevent user confusion. Fixes https://github.com/gohugoio/hugoDocs/issues/720. Also highlight the use of `site.Params.mainSections`.