From 20d33818a838a7c022456d5620d255283531ba97 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Mon, 2 Jan 2017 16:09:21 +0200 Subject: WIP --- site/layouts/partials/blog.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 site/layouts/partials/blog.html (limited to 'site/layouts/partials/blog.html') diff --git a/site/layouts/partials/blog.html b/site/layouts/partials/blog.html new file mode 100644 index 0000000..dd34f7d --- /dev/null +++ b/site/layouts/partials/blog.html @@ -0,0 +1,22 @@ +
+
+ +

Latests stories

+ + +
+ + {{ range where .Data.Pages "Type" "post" }} +
+ {{ .Render "li" }} +
+ {{ end }} + +
+ +
+ Read more +
+ +
+
-- cgit v1.3