diff --git a/themes/nluug/layouts/list.indexnow.json b/themes/nluug/layouts/list.indexnow.json index 0b44f2a..a7081bf 100644 --- a/themes/nluug/layouts/list.indexnow.json +++ b/themes/nluug/layouts/list.indexnow.json @@ -5,7 +5,7 @@ {{ $index_time := (time now).AddDate 0 0 -1 }} "urlList": [ {{- range .Site.RegularPages -}} - {{ if ge (time .Date) $index_time }}"{{ .Permalink }}",{{ end }} + {{ if ge (time .Lastmod) $index_time }}"{{ .Permalink }}",{{ end }} {{- end -}} ] }