{{ .Content }}
{{ end }}
- {{ range $paginator.Pages.GroupByDate "2006" }}
-
-
- {{ end }}
- {{ partial "pagination-list.html" . }}
+ {{ .Key }}
-
- -
- {{ range .Pages }}
-
- - - {{ if .Params.emoji }}{{ .Params.emoji }}{{ end }} - {{ if .Title }}{{.Title}}{{ else }}Untitled {{ .Type | singularize -}}{{ end }} - - {{ if .Site.Params.dateformShort }} - {{ .Date.Format .Site.Params.dateformShort }} - {{ else }} - {{ .Date.Format "Jan 2"}} - {{ end }} - - - - {{ end }} -
-
+ {{ range .Pages.ByDate }}
+
- + + {{ if .Params.emoji }}{{ .Params.emoji }}{{ end }} + {{ if .Title }}{{.Title}}{{ else }}Untitled {{ .Type | singularize -}}{{ end }} + + {{ if .Site.Params.dateformShort }} + {{ .Date.Format .Site.Params.dateformShort }} + {{ else }} + {{ .Date.Format "Jan 2"}} + {{ end }} + + + + {{ end }} +