From 667e11c4ec3835d959aab1797647bd0a49869674 Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 21 Oct 2014 23:35:24 +0200 Subject: Init commit --- layouts/section/showcase.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/section/showcase.html (limited to 'layouts/section/showcase.html') 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" . }} + +

Hugo Built Sites (with source)

+
+ {{ range .Data.Pages.ByDate }} + {{ .Render "thumbnail"}} + {{ end }} +
+

+ If you want to be added to this page, please send a pull request. + +{{ partial "footer.html" . }} -- cgit v1.3