From: Anthony Fok Date: Sat, 8 Aug 2015 07:41:18 +0000 (-0600) Subject: docs: Add site title; set pluralizeListTitles = false X-Git-Tag: v0.15~223 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=36b374f8;p=brevno-suite%2Fhugo docs: Add site title; set pluralizeListTitles = false To prevent "Showcase" from becoming "Showcases", also to have the RSS feed display correct titles, i.e. "Showcase on gohugo.io" rather than "Showcase on ". --- diff --git a/docs/config.toml b/docs/config.toml index 313688a7..249f08ba 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,5 +1,7 @@ +title = "gohugo.io" baseurl = "http://gohugo.io/" MetaDataFormat = "yaml" +pluralizeListTitles = false [params] description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13 and friends in Go" diff --git a/docs/layouts/section/showcase.html b/docs/layouts/section/showcase.html index 65ef64b6..21446f5e 100644 --- a/docs/layouts/section/showcase.html +++ b/docs/layouts/section/showcase.html @@ -1,6 +1,6 @@ {{ partial "header.html" . }} -

Hugo Built Sites (with source)

+

Hugo-built Sites (with source)

{{ range .Data.Pages.ByDate }} {{ .Render "thumbnail"}}