mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Fix scope issue
This commit is contained in:
parent
cba4822d89
commit
5bf9480c55
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{{- $notePages := where .Site.RegularPages "Section" "eq" "notes" -}}
|
{{- $notePages := where site.RegularPages "Section" "eq" "notes" -}}
|
||||||
{{- $notePage := index $notePages 0 -}}
|
{{- $notePage := index $notePages 0 -}}
|
||||||
{{- if $notePage.Params.inReplyTo -}}
|
{{- if $notePage.Params.inReplyTo -}}
|
||||||
{{- range $notePages -}}
|
{{- range $notePages -}}
|
||||||
|
|
Loading…
Reference in a new issue