Bringing back the showcase

This commit is contained in:
spf13
2014-08-19 21:47:38 -04:00
parent b047e2f880
commit e31d460909
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,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" . }}