diff --git a/layouts/_default/list.html b/layouts/_default/list.html index cfd38da..ad5dea5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,11 +1,11 @@ {{ define "main" }}
-
+ -
+
{{ range .Paginator.Pages }} -
+
{{ .Render "summary" }}
{{ end }} diff --git a/layouts/post/list.html b/layouts/post/list.html index 0c99aea..0649bf7 100644 --- a/layouts/post/list.html +++ b/layouts/post/list.html @@ -3,12 +3,12 @@ This template is the same as the default and is here to demonstrate that if you have a content directory called "post" you can create a layouts directory, just for that section. */}}
-
+ -