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

github.com/themefisher/parsa-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:11:17 +0300
committerGitHub <noreply@github.com>2022-10-17 09:11:17 +0300
commit1ad5db80a68150a25193fc31d5b87cc1c2ecd1cc (patch)
tree18e6bb88995cba2f118c782143f7903d0f0a8ed4
parent613ce8ca473a1430d95bb8da4c1666640616fb54 (diff)
Update head.html
-rw-r--r--layouts/partials/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index bbc4ae5..2c73530 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="parsa-hugo" />
{{ hugo.Generator }}
{{ "<!-- plugins -->" | safeHTML }}