diff options
Diffstat (limited to 'layouts/section/showcase.html')
| -rw-r--r-- | layouts/section/showcase.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/section/showcase.html b/layouts/section/showcase.html new file mode 100644 index 0000000..65ef64b --- /dev/null +++ b/layouts/section/showcase.html @@ -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" . }} |
