Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-11-27 08:54:04 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-27 08:54:04 +0300
commitf7228138e3262f2d6195d5789ea78fd4bf420862 (patch)
tree01698e43833cfc29ab2cc576d668b88e1b6ab65e
parent61b5e170cc38e4a5a58c40e8875c3afe23e5e727 (diff)
Add hugo generator meta tag to every page, vs just home page
-rw-r--r--layouts/partials/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 951fdc4..5b0d2fd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,6 +2,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ {{ .Hugo.Generator }}
+
{{ with .Site.Params.description }}
<meta name="description" content="{{ . }}">
{{ end }}