aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/head-search.html
blob: 89113abb078f61f33ff9a34ed5fec7c10e92b6ca (plain)
1
2
3
4
5
{{- with .Site.Params.search.verification -}}
{{- range $name, $content := . }}
<meta name="{{ $name }}" content="{{ $content }}" />
{{- end }}
{{ end }}