Blog/layouts/partials/head/custom.html
Vezpi 3a033ae2c9
Some checks failed
Deploy / Deploy (push) Failing after 3s
Add tags as keywords
2025-05-22 22:29:17 +00:00

7 lines
316 B
HTML

<script defer src="https://analytics.vezpi.me/script.js" data-website-id="e50e5843-1039-4bc8-a3f6-80f60e25ea38"></script>
{{- with .Params.keywords -}}
<meta name="keywords" content="{{ delimit . ", " }}">
{{- else if .Params.tags -}}
<meta name="keywords" content="{{ delimit .Params.tags ", " }}">
{{- end -}}