Add tags as keywords
All checks were successful
Deploy / Deploy (push) Successful in 4s

This commit is contained in:
Vezpi 2025-05-22 22:29:17 +00:00
parent f56b2f3de4
commit 55d5b714c1
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +0,0 @@
{{- define "main" -}}
<div class="FourOhFourCentered">
<h1>404 - Page Not Found</h1>
<p>Looks like the page you're looking for doesn't exist.</p>
<p><a href="/">Go back home</a></p>
</div>
{{- end }}

View File

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