From 888ef4bdca30d4bcd9196e1800be75efd84fd7d1 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Sun, 1 Jan 2017 17:05:42 +0200 Subject: Updates post partial name --- site/layouts/partials/post.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create 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 new file mode 100644 index 0000000..c8f5ff1 --- /dev/null +++ b/site/layouts/partials/post.html @@ -0,0 +1,22 @@ +
+
+ +

post section

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