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

github.com/themefisher/educenter-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-16 10:21:28 +0300
committerGitHub <noreply@github.com>2022-10-16 10:21:28 +0300
commitd0848023dd13ed6caaf0c6c60195304d76cba710 (patch)
tree725495ae2959dc17ab39f52abe8ef8666b34d28b
parent19840d74ab6cd6b1abedc6c4c7dd3a977cd54161 (diff)
Update head.html
-rwxr-xr-xlayouts/partials/head.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 36cac37..a41f62b 100755
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,6 +8,10 @@
content="{{ with .Params.Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with site.Params.author }}
<meta name="author" content="{{ . }}">{{ end }}
+
+ <!-- theme meta -->
+ <meta name="theme-name" content="educenter-hugo" />
+
{{ hugo.Generator }}
{{ "<!-- multilingual SEO optimizations -->" | safeHTML }}
{{ if .IsTranslated }}
@@ -29,4 +33,4 @@
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
<link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
-</head> \ No newline at end of file
+</head>