Compatible with recent hugo

This commit is contained in:
nemunaire 2023-02-09 11:45:17 +01:00
parent dd963a2d87
commit 5c23ad69a1

View File

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