{{- with .Paginator -}} {{- $first := "Newest" -}} {{- $prev := "Newer" -}} {{- $next := "Older" -}} {{- $last := "Oldest" -}} {{- $invisible := "data-invisible" -}} {{- $firstData := $invisible -}} {{- $firstHref := "" -}} {{- $firstTitle := $first -}} {{- if and .HasPrev .First -}} {{- $firstData = "" -}} {{- $firstHref = .First.URL -}} {{- end -}} {{- $prevData := $invisible -}} {{- $prevHref := "" -}} {{- $prevRel := "prev" -}} {{- $prevTitle := $prev -}} {{- with .Prev -}} {{- $prevData = "" -}} {{- $prevHref = .URL -}} {{- end -}} {{- $nextData := $invisible -}} {{- $nextHref := "" -}} {{- $nextRel := "next" -}} {{- $nextTitle := $next -}} {{- if .Next -}} {{- $nextData = "" -}} {{- $nextHref = .Next.URL -}} {{- end -}} {{- $lastData := $invisible -}} {{- $lastHref := "" -}} {{- $lastTitle := $last -}} {{- if and .HasNext .Last -}} {{- $lastData = "" -}} {{- $lastHref = .Last.URL -}} {{- end -}}