diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-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> |