mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
17 lines
469 B
HTML
17 lines
469 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>
|
|
|
|
<hr>
|
|
|
|
<blockquote>
|
|
If you want to be added to this page, please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>. Check out the <a href="{{ relref . "community/contributing.md#showcase-additions" }}">how-to guide</a>.
|
|
</blockquote>
|
|
|
|
{{ partial "footer.html" . }}
|