{{ .Title }}
+
+ {{ with .Content }}
+
+ {{ i18n "olderPosts" }} →
+
+ {{ end }}
+
+ {{ end }}
- {{ if or (.Paginator.HasPrev) (.Paginator.HasNext) }}
-
+ {{.}}
+
+ {{ end }}
+
+ {{ range .Paginator.Pages }}
+
+
+
{{ end }}
-
-
-
-
-
- {{ if .Params.tags }}
-
- {{ end }}
-
-
- {{ end }}
+ {{ if .Paginator.HasNext }}
+ {{ .Title }}
- {{ if .Params.subtitle }} -- {{ .Params.subtitle }} -
+ {{ if .Params.subtitle }} ++ {{ .Params.subtitle }} +
+ {{ end }} + + + +
+ {{ if .Truncated }}
+ {{ .Summary }}
+ [{{ i18n "readMore" }}]
+ {{ else }}
+ {{ .Content }}
+ {{ end }}
+
+
+ {{ if .Params.tags }}
+
+ {{ end }}
+
+
- {{ if .Truncated }}
- {{ .Summary }}
- [{{ i18n "readMore" }}]
- {{ else }}
- {{ .Content }}
+
+ {{ if or (.Paginator.HasPrev) (.Paginator.HasNext) }}
+ -
+ {{ if .Paginator.HasPrev }}
+
- + ← {{ i18n "newerPosts" }} + {{ end }} -
-
- {{ if .Paginator.HasPrev }}
-
- - ← {{ i18n "newerPosts" }} - - {{ end }} - {{ if .Paginator.HasNext }} -
- - {{ i18n "olderPosts" }} → - - {{ end }} -