Add hugo.Generator (#290)

https://gohugo.io/functions/hugo
soper-book
Shohei Ueda 2020-11-15 05:40:16 +09:00 committed by GitHub
parent f66a45df04
commit a486adf846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="{{ .Site.Language.Lang }}" dir={{ .Site.Language.LanguageDirection }}>
<head>
{{ hugo.Generator }}
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
</head>