diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 902ef18..5d66523 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -12,30 +12,30 @@ {{- end }} -
-

Latest Posts:

{{ with $pages.Limit 4 }} -
- {{ range . }} - {{ partial "article.html" . }} - {{ end }} -
+
+

Latest Posts:

+
+ {{ range . }} + {{ partial "article.html" . }} + {{ end }} +
+
{{ end }} -
-
-

All Posts:

{{ with $pages }} - {{ range .GroupByDate "2006" }} -

{{ .Key }}

- - {{ end }} +
+

All Posts:

+ {{ range .GroupByDate "2006" }} +

{{ .Key }}

+ + {{ end }} +
{{ end }} -
{{ end }}