hugo/docs/layouts/section/showcase.html
Anthony Fok 36b374f8ab 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 ".
2015-08-08 01:41:18 -06:00

12 lines
380 B
HTML

{{ partial "header.html" . }}
<h1 id="title">Hugo-built Sites (with source)</h1>
<div class="row">
{{ range .Data.Pages.ByDate }}
{{ .Render "thumbnail"}}
{{ end }}
</div>
<br><br>
If you want to be added to this page, please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>.
{{ partial "footer.html" . }}