From 01acc62526d726aa517fdf7eb6a83e4eafffd69f Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 20 Sep 2017 15:48:00 +0200 Subject: [PATCH] Add meta keywords to head --- site/layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/layouts/partials/head.html b/site/layouts/partials/head.html index 9a8549b..62a34c1 100644 --- a/site/layouts/partials/head.html +++ b/site/layouts/partials/head.html @@ -4,6 +4,7 @@ {{ with .Site.Params.static.meta.author }}{{ end }} {{ with .Site.Params.description }}{{ end }} + {{ .Hugo.Generator }} {{ with .Params.Title }}{{ . }} - {{ end }}{{ .Site.Title }} {{ "" | safeHTML }}