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

github.com/themefisher/kross-hugo-portfolio-template.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-17 09:12:57 +0300
committerGitHub <noreply@github.com>2022-10-17 09:12:57 +0300
commitb689004f2de0162edf7d2eec80b84925816d9edf (patch)
treeb57e1d96cb5de9b76cd94ec27f5a57f0cb27297c
parentff573e281486f4bd2e79e6e6fb40112de6a19e61 (diff)
Update head.html
-rw-r--r--layouts/partials/head.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b9ed3f7..2b324c7 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
+ <!-- theme meta -->
+ <meta name="theme-name" content="kross-hugo" />
{{ hugo.Generator }}
{{ with site.Params.baidu_site_verification }}
@@ -57,4 +59,4 @@
</script>
{{ end }}
-</head> \ No newline at end of file
+</head>