mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +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 -}}
|
||||
{{- if $notePage.Params.inReplyTo -}}
|
||||
{{- range $notePages -}}
|
||||
|
|
Loading…
Reference in a new issue