mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
14 lines
419 B
HTML
14 lines
419 B
HTML
{{ template "chrome/header.html" . }}
|
|
<section id="main">
|
|
<div>
|
|
<h1 id="title">Showcase</h1>
|
|
<div class="row">
|
|
{{ range .Data.Pages.ByDate }}
|
|
{{ .Render "thumbnail"}}
|
|
{{ end }}
|
|
</div>
|
|
</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>.
|
|
</section>
|
|
{{ template "chrome/footer.html" . }}
|