mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02: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:
@@ -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"}}
|
||||
|
Reference in New Issue
Block a user