mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
36b374f8ab
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 ".
12 lines
380 B
HTML
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" . }}
|