Hugo compat for newer version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2026-03-14 22:12:16 +07:00
commit 297d7d9b2e

View file

@ -5,7 +5,7 @@
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<title>{{ .Title }}</title>
<meta name="author" content="{{ .Site.Author.name }}" />
<meta name="author" content="{{ .Site.Params.author.name }}" />
{{ if .Keywords }}
<meta name="keywords" content="{{ delimit .Keywords ", " }}">