www.byjp.me/layouts/partials/latest-non-reply-note.obj
JP Hastings-Spital 5bf9480c55 Fix scope issue
2024-06-19 22:46:11 +01:00

11 lines
326 B
Text

{{- $notePages := where site.RegularPages "Section" "eq" "notes" -}}
{{- $notePage := index $notePages 0 -}}
{{- if $notePage.Params.inReplyTo -}}
{{- range $notePages -}}
{{- if not .Params.inReplyTo -}}
{{- $notePage = . -}}
{{- break -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- return $notePage -}}