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/post.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 site/layouts/partials/post.html (limited to 'site/layouts/partials/post.html') diff --git a/site/layouts/partials/post.html b/site/layouts/partials/post.html deleted file mode 100644 index c8f5ff1..0000000 --- a/site/layouts/partials/post.html +++ /dev/null @@ -1,22 +0,0 @@ -
-
- -

post section

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