Fix SEO meta summary tag

This commit is contained in:
Ivaylo Ivanov 2025-02-19 10:53:55 +01:00
parent 722a584e2e
commit 0fdc8eeb27

View File

@ -17,7 +17,7 @@
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<meta <meta
name="description" name="description"
content="{{ if .Params.summary }}{{ .Params.summary }}{{ end }}" content="{{ if .Params.description }}{{ .Params.description }}{{ end }}"
/> />
<!-- Styles --> <!-- Styles -->