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

github.com/themefisher/infinity-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:39:31 +0300
committerGitHub <noreply@github.com>2022-10-18 13:39:31 +0300
commit3076d43cb4a4d7b7d0d503a3ff7645e54dbbf948 (patch)
tree0e39765ff5173997f1781000a2acc4bf406f76f3
parent4d5968045558a39d68d1963952d24a5f20e4c98f (diff)
Update header.html
-rw-r--r--layouts/partials/header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 94a793b..a5f2d39 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,6 +6,8 @@
<title> {{ .Title }} </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- theme meta -->
+ <meta name="theme-name" content="infinity-hugo" />
{{ hugo.Generator }}
{{"<!-- Fonts -->" | safeHTML }}
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
@@ -24,4 +26,4 @@
{{ $.Site.Params.customHead | safeHTML }}
</head>
-<body id="body"> \ No newline at end of file
+<body id="body">