{{- $blogIcons := "blog-icons.svg" | absURL -}} {{- $isListSectionsOnHome := (and .IsHome (eq $.Site.Params.listSiteSectionsOnHome true)) -}} {{- $pages := cond ($isListSectionsOnHome) .Site.Sections .RegularPages -}}
{{- range (.Paginate (where $pages "File.Dir" "!=" "/")).Pages -}}
{{ .Date.Format "2006-01-02" }} {{- with .Params.Author -}}:: {{ . }}{{- end -}}
{{- if .Params.tags -}}
{{ range .Params.tags }} #  {{ end }}
{{- end -}} {{- with .Params.Cover -}} {{- end -}}
{{ if .Description }} {{ .Description | markdownify }} {{ else }} {{ .Summary | markdownify }} {{ end }}
{{- if not .Params.showFullContent -}}
{{ with $.Site.Params.readMore }}{{ . }}{{ else }}Read more{{ end }} →
{{- end -}}
{{- end -}} {{- partial "pagination.html" . -}}