aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/head.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-07 21:19:16 -0400
committertdro <tdro@noreply.example.com>2022-05-07 21:19:16 -0400
commit1cf142e6941046cf45ab74f4368b56f7fc6be82a (patch)
tree331ea5ecbd5fa5f5f0eb9071bef6f74a80d1816e /themes/default/layouts/partials/head.html
parent42efcf511d3eaa6b380b17b62cf68d47232e3b9b (diff)
downloadcanory-1cf142e6941046cf45ab74f4368b56f7fc6be82a.tar.gz
canory-1cf142e6941046cf45ab74f4368b56f7fc6be82a.tar.bz2
canory-1cf142e6941046cf45ab74f4368b56f7fc6be82a.zip
themes/default/layouts/partials/head: Add generator tag
Diffstat (limited to 'themes/default/layouts/partials/head.html')
-rw-r--r--themes/default/layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/head.html b/themes/default/layouts/partials/head.html
index a09652a..ee72043 100644
--- a/themes/default/layouts/partials/head.html
+++ b/themes/default/layouts/partials/head.html
@@ -8,6 +8,7 @@
{{- end }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="{{- partial "site-title.html" . -}}">
+{{ hugo.Generator }}
<!-- Search Engine Tags -->
<meta itemprop="name" content="{{ partial "site-title.html" . -}}">