diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index 55e2f1cdc..9f2ed24ef 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -155,11 +155,11 @@ stepAnalysis: false themesDir: "themes" theme: "" title: "" -# if true, use /filename.html instead of /filename/ # Title Case style guide for the title func and other automatic title casing in Hugo. // Valid values are "AP" (default), "Chicago" and "Go" (which was what you had in Hugo <= 0.25.1). // See https://www.apstylebook.com/ and http://www.chicagomanualofstyle.org/home.html titleCaseStyle: "AP" +# if true, use /filename.html instead of /filename/ uglyURLs: false # verbose output verbose: false @@ -392,4 +392,4 @@ Hugo v0.20 introduced the ability to render your content to multiple output form [Output Formats]: /templates/output-formats/ [templates]: /templates/ [toml]: https://github.com/toml-lang/toml -[yaml]: http://yaml.org/spec/ \ No newline at end of file +[yaml]: http://yaml.org/spec/