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