hugo-theme-relearn/layouts/partials/_relearn/pagePrev.gotmpl

12 lines
273 B
Go Template
Raw Normal View History

{{- $collection := .collection }}
{{- $item := .item }}
{{- $found := "" }}
{{- $result := "" }}
{{- range $collection }}
{{- if eq $item .Page.Page }}
2024-08-28 22:33:11 +00:00
{{- $result = $found }}
{{- break }}
{{- end }}
{{- $found = .Page.Page }}
{{- end }}
{{- return $result }}