{{- /* Prev/next post navigation within the same section. Gated by params.prevNextNav.enable (default true). Silently skipped when neither a prev nor a next exists. */ -}} {{- if ne (site.Params.prevNextNav.enable | default true) false -}} {{- $prev := .PrevInSection -}} {{- $next := .NextInSection -}} {{- if or $prev $next -}} {{- end -}} {{- end -}}