11 lines
286 B
HTML
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 -}}
|