Add tags as keywords
Some checks failed
Deploy / Deploy (push) Failing after 3s

This commit is contained in:
Vezpi 2025-05-22 22:29:17 +00:00
parent f56b2f3de4
commit 3a033ae2c9
2 changed files with 6 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,6 @@
<script defer src="https://analytics.vezpi.me/script.js" data-website-id="e50e5843-1039-4bc8-a3f6-80f60e25ea38"></script>
<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 -}}