{{- define "styles" -}} {{- end -}} {{- define "middle" -}} {{- partial "navigator-middle.html" (dict "Context" . "Title" "Home" "Subtitle" (partial "count-total-messages.html" .) "IconLabel" (and (gt .Paginator.PageNumber 1) "Back") "Id" (and (gt .Paginator.PageNumber 1) "back") "Icon" (and (gt .Paginator.PageNumber 1) "arrow-left") "Href" (and (gt .Paginator.PageNumber 1) (.Paginator.Prev.URL | absURL)) ) -}} {{- range .Paginator.Pages -}} {{- partial "render-embed.html" . -}} {{- end -}} {{- partial "pagination.html" . -}} {{- end -}} {{- define "right" -}} {{- partial "author-list.html" . -}} {{- range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.gallery) -}} {{- partial "gallery.html" . -}} {{- end -}} {{- range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) -}} {{- partial "following-list.html" . -}} {{- partial "webring.html" . -}} {{- end -}} {{- end -}}