diff --git a/layouts/_default/posts.html b/layouts/_default/posts.html deleted file mode 100644 index e368dec..0000000 --- a/layouts/_default/posts.html +++ /dev/null @@ -1,16 +0,0 @@ -{{ define "content" }} -
- {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} -

{{ .Key }}

- - {{ range .Pages }} -
- {{ .Title }} - - {{ .Date.Format "January 2, 2006" }} - -
- {{ end }} {{ end }} - {{ partial "paginator.html" . }} -
-{{end }} \ No newline at end of file