diff options
| author | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
|---|---|---|
| committer | etienne <admin@MacBook-Pro-de-Admin.local> | 2014-10-21 23:35:24 +0200 |
| commit | 667e11c4ec3835d959aab1797647bd0a49869674 (patch) | |
| tree | 84c6c5f20686574009f1dccc0f27a7192ff165e7 /layouts/section/showcase.html | |
Init commit
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" . }} |
