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

github.com/themefisher/persian-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:38 +0300
committerGitHub <noreply@github.com>2022-10-18 13:33:38 +0300
commit0ec8c7a00943caba515636a1f5dd2a5a4b4e14b6 (patch)
treeff92f6361da0bbb6b1b4456bcdfddc4b6c74ef2d
parent8e3cc3f14b1e2d73c1d3aa70e27901e8ca7bbe38 (diff)
Update head.html
-rw-r--r--layouts/partials/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c24fefd..b10fadd 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -16,6 +16,10 @@ AUTHOR WEBSITE: https://themefisher.com
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" 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="persian-hugo" />
+
{{ hugo.Generator }}
{{ "<!-- plugins -->" | safeHTML }}