{{- if and .Site.Params.search.enable (eq .Site.Params.search.type "pagefind") .IsPage -}}
{{- $pageDate := (.PublishDate | default .Date) -}}
{{- $dateLabel := $pageDate | dateFormat (.Site.Params.date_format | default "2006-01-02") -}}
{{- with .Params.tags }}{{ end -}}
{{- with .Params.categories }}{{ end -}}
{{- with .Params.collections }}{{ end -}}
{{- end -}}