{{/* Article navigation on the footer of the article */}} {{ $reversePagination := .Scratch.Get "reversePagination" | default false }} {{- $prev := cond $reversePagination .PrevInSection .NextInSection -}} {{- $next := cond $reversePagination .NextInSection .PrevInSection -}} {{- if or $prev $next -}}
{{- if $prev -}} {{- partial "utils/icon.html" (dict "name" "chevron-right" "attributes" "class=\"inline h-5 shrink-0 ltr:rotate-180\"") -}} {{- $prev.Title -}} {{- end -}} {{- if $next -}} {{- $next.LinkTitle -}} {{- partial "utils/icon.html" (dict "name" "chevron-right" "attributes" "class=\"inline h-5 shrink-0\"") -}} {{- end -}}
{{- end -}}