1
0
Fork 0
forked from mirrors/hugo-tufte

Fixes Hugo deprecation warnings ()

This commit is contained in:
Charles Wimmer 2021-01-31 14:48:46 -08:00 committed by GitHub
commit e70a1f0e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions
layouts/partials

View file

@ -4,4 +4,4 @@
<meta name="description" content="{{ .Description }}">
<meta name="keywords" content="{{ range .Keywords }}{{ . }},{{ end }}">
<meta name="author" content="{{ .Site.Title }}">
{{ .Hugo.Generator }}
{{ hugo.Generator }}