Fix scope issue

This commit is contained in:
JP Hastings-Spital 2024-06-19 22:46:11 +01:00
parent cba4822d89
commit 5bf9480c55

View file

@ -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 -}}