diff options
author | Shohei Ueda <30958501+peaceiris@users.noreply.github.com> | 2020-11-15 05:40:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 21:40:16 +0100 |
commit | a486adf8462c0abfc9034436ddd72927d6656809 (patch) | |
tree | b3497c226dd5d72a44bbc04dcd296c160992405f /layouts/_default | |
parent | f66a45df04ef4d42a5a91c333b3759059b16386f (diff) |
Add hugo.Generator (#290)
https://gohugo.io/functions/hugo
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9c8811e..3b0164c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -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> |