diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 93d3150..5fdd622 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,63 +1,63 @@ {{ define "main" }} -
+
-
- {{ with .Content }} -
- {{.}} -
- {{ end }} -
- {{ range .Paginator.Pages }} -
- -

{{ .Title }}

+
+ {{ with .Content }} +
+ {{.}} +
+ {{ end }} +
+ {{ range .Paginator.Pages }} + {{ end }} - - - -
- {{ if .Truncated }} - {{ .Summary }} - [{{ i18n "readMore" }}] - {{ else }} - {{ .Content }} +
+ {{ if or (.Paginator.HasPrev) (.Paginator.HasNext) }} +
- - {{ if .Params.tags }} -
- {{ range .Params.tags }} - {{ partial "tag-link" . }} - {{ end }} -
- {{ end }} - -
- {{ end }} + {{ if .Paginator.HasNext }} + + {{ end }} + + {{ end }}
- {{ if or (.Paginator.HasPrev) (.Paginator.HasNext) }} - - {{ end }} -
-
+
{{ end }}