summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2020-11-15 05:40:16 +0900
committerGitHub <noreply@github.com>2020-11-14 21:40:16 +0100
commita486adf8462c0abfc9034436ddd72927d6656809 (patch)
treeb3497c226dd5d72a44bbc04dcd296c160992405f /layouts/_default/baseof.html
parentf66a45df04ef4d42a5a91c333b3759059b16386f (diff)
Add hugo.Generator (#290)
https://gohugo.io/functions/hugo
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html1
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>