mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 17:51:18 +00:00
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 ".
This commit is contained in:
parent
b14b90435a
commit
36b374f8ab
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{ partial "header.html" . }}
|
||||
|
||||
<h1 id="title">Hugo Built Sites (with source)</h1>
|
||||
<h1 id="title">Hugo-built Sites (with source)</h1>
|
||||
<div class="row">
|
||||
{{ range .Data.Pages.ByDate }}
|
||||
{{ .Render "thumbnail"}}
|
||||
|
|
Loading…
Reference in a new issue