hugo-theme-relearn/layouts/partials/_relearn/pagePrev.gotmpl
2024-10-11 16:45:40 +02:00

12 lines
No EOL
273 B
Go Template

{{- $collection := .collection }}
{{- $item := .item }}
{{- $found := "" }}
{{- $result := "" }}
{{- range $collection }}
{{- if eq $item .Page.Page }}
{{- $result = $found }}
{{- break }}
{{- end }}
{{- $found = .Page.Page }}
{{- end }}
{{- return $result }}