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

github.com/gethugothemes/omega-hugo-theme.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:34:59 +0300
committerGitHub <noreply@github.com>2022-10-18 13:34:59 +0300
commite48f35ca12932919f2904a46494f0f4c40d7e4e1 (patch)
tree8a0b57bc770dcc2d53acfa31c7bb6d873c6b00c6
parent88019d50ca73c5b5a2fb77256f8e457dea8f6e82 (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 4b99270..58c0a41 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,6 +15,8 @@ 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="omega-hugo" />
{{ hugo.Generator }}
{{ "<!-- Main Stylesheet -->" | safeHTML }}