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

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d5ec62d..ed127c5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,6 +10,10 @@
<meta name="keywords" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}
<meta name="author" content="{{ . }}">{{ end }}
+
+ <!-- theme meta -->
+ <meta name="theme-name" content="northendlab-light" />
+
{{ hugo.Generator }}
{{ "<!-- plugins -->" | safeHTML }}
@@ -46,4 +50,4 @@
{{ end }}
<!-- End Google Tag Manager -->
-</head> \ No newline at end of file
+</head>