From a4a9516e61f9471d207ad2319eadc3f3cf24f05c Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 19 Jun 2015 16:06:04 +0200 Subject: [PATCH] Added post-list.html partial --- layouts/index.html | 70 ++------------------------------- layouts/partials/post-list.html | 8 ++++ 2 files changed, 11 insertions(+), 67 deletions(-) create mode 100644 layouts/partials/post-list.html diff --git a/layouts/index.html b/layouts/index.html index 913866c..5176840 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -12,74 +12,10 @@ {{ partial "profile.html" . }}
- - - {{ partial "footer.html" . }} - + {{ partial "post-list.html" . }} + {{ partial "footer.html" . }}
- {{ partial "js.html" . }} - + {{ partial "js.html" . }} diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html new file mode 100644 index 0000000..9b92284 --- /dev/null +++ b/layouts/partials/post-list.html @@ -0,0 +1,8 @@ + \ No newline at end of file