diff --git a/layouts/partials/latest-non-reply-note.obj b/layouts/partials/latest-non-reply-note.obj index a85ae228..1af16641 100644 --- a/layouts/partials/latest-non-reply-note.obj +++ b/layouts/partials/latest-non-reply-note.obj @@ -1,4 +1,4 @@ -{{- $notePages := where .Site.RegularPages "Section" "eq" "notes" -}} +{{- $notePages := where site.RegularPages "Section" "eq" "notes" -}} {{- $notePage := index $notePages 0 -}} {{- if $notePage.Params.inReplyTo -}} {{- range $notePages -}}