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:
authorMuhammad Sumon <114845583+tfsumon@users.noreply.github.com>2022-10-18 13:32:20 +0300
committerGitHub <noreply@github.com>2022-10-18 13:32:20 +0300
commit21eaaabe831562c387dec3cffdbb2076aff909d8 (patch)
treef8d44aca3569fb31e9d43558836a7e1f4a66df55
parentcc7cdca9806d6e6c76d85d24e923e7c1576bd187 (diff)
Update 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>