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

github.com/themefisher/liva-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:33:02 +0300
committerGitHub <noreply@github.com>2022-10-18 13:33:02 +0300
commit0dcda59c5c7fbcfa9bac138b16d55609ef65ee6b (patch)
tree3e0e9c6301aa189c4495743f4ba2f33429bf3e4d
parent5a2be7f4fdec4d7139b72fd63ab53f38c96bb78d (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 9c143c4..da655a8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,6 +6,10 @@
<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="liva-hugo" />
+
{{ hugo.Generator }}
{{ "<!-- plugins -->" | safeHTML }}
@@ -38,4 +42,4 @@
ga('send', 'pageview');
</script>
-</head> \ No newline at end of file
+</head>