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

github.com/themefisher/vex-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-17 09:05:41 +0300
committerGitHub <noreply@github.com>2022-10-17 09:05:41 +0300
commitd98edbb3277585a259b10b89202f0504e27be8c6 (patch)
treef7dfb54fdf89ea759269d8b9d4102176ef281127
parentd553211f305f8a2b8b84376b160d93141394f879 (diff)
Update head.html
-rw-r--r--layouts/partials/head.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2dcc9ba..b08804a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,6 +7,9 @@
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
{{ hugo.Generator }}
+
+ <!-- theme meta -->
+ <meta name="theme-name" content="vex-hugo" />
{{ "<!-- plugins -->" | safeHTML }}
{{ range site.Params.plugins.css }}
@@ -27,4 +30,4 @@
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
-</head> \ No newline at end of file
+</head>