compose-theme/layouts/partials/functions/getSearchConfig.html

6 lines
188 B
HTML
Raw Normal View History

2024-07-26 17:08:59 +02:00
{{ $config := site.Params }}
{{ $enableSearch := default true $config.enableSearch }}
{{ if eq $config.search.on false }}
{{ $enableSearch = false }}
{{ end }}
{{ return $enableSearch }}