improve seo

This commit is contained in:
dolphinau 2025-09-07 10:56:43 +02:00
parent 9164e1acd8
commit 5b23d22667
No known key found for this signature in database
3 changed files with 33 additions and 5 deletions

View file

@ -1,5 +1,26 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="{{ with .Description }}
{{ . }}
{{ else }}
{{ with .Summary }}
{{ . }}
{{ else }}
{{ .Site.Params.description }}
{{ end }}
{{ end }}"
/>
<meta name="author" content="{{ .Site.Params.author }}" />
{{ with .Keywords }}
<meta name="keywords" content="{{ delimit . ", " }}" />
{{ end }}
<link rel="icon" type="image/png" href="/favicon.png" />
<title>
{{ if .IsHome }}