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

post section

- - -
- - {{ range where .Data.Pages "Type" "post" }} -
- {{ .Render "li" }} -
- {{ end }} - -
- -
- Read more -
- -
-
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