1
Files
2025/layouts/partials/seo/noindex.html
2026-03-16 21:21:27 +01:00

11 lines
286 B
HTML

{{- $searchPath := site.Params.search.action | relURL -}}
{{- $noindex := eq .RelPermalink $searchPath -}}
{{- if not $noindex -}}
{{- with .Params.seo -}}
{{- with index . "noindex" -}}
{{- $noindex = . -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- return $noindex -}}