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

github.com/themefisher/Influencer-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:40:01 +0300
committerGitHub <noreply@github.com>2022-10-18 13:40:01 +0300
commit93ac0d7f0ed9471af0991f7149f7fa0f1137d5c0 (patch)
tree18c6e8b6f2eec4967277bd5a2c827af3e8337d8c
parent668c9e9cbe455b1bf3df28310114c178aa1798b6 (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 5f1aaeb..82f559c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,6 +7,8 @@
<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="influencer-hugo" />
{{ hugo.Generator }}
{{ "<!-- plugins -->" | safeHTML }}
@@ -25,4 +27,4 @@
<link rel="shortcut icon" href="{{ `images/favicon.ico` | absURL }} " type="image/x-icon">
<link rel="icon" href="{{ `images/favicon.ico` | absURL }} " type="image/x-icon">
-</head> \ No newline at end of file
+</head>