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

github.com/themefisher/twenty-twenty-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:06:42 +0300
committerGitHub <noreply@github.com>2022-10-17 09:06:42 +0300
commitd82e742de0b3811d0ccb4c50c4d69a7a4833daef (patch)
treed6f7cf6ea616c4e7cd2a0589dcc241487c2a3694
parent98ca79555b702138b47c6661ce19168a8e579b09 (diff)
Update head.html
-rw-r--r--layouts/partials/head.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e4d1a00..af44536 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,8 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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="twenty-twenty-hugo" />
{{ hugo.Generator }}
-
{{ "<!-- Main Stylesheet -->" | safeHTML }}
{{ $wpLibrary := resources.Get "css/wp-library.css" | minify }}
@@ -29,4 +30,4 @@
<!-- google analytics -->
{{ template "_internal/google_analytics.html" . }}
-</head> \ No newline at end of file
+</head>