blob: 65ef64b6e6e56f0b0c487b5e421e49ae4ea14164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{ 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" . }}
|