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

github.com/themefisher/timer-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:10:35 +0300
committerGitHub <noreply@github.com>2022-10-17 09:10:35 +0300
commit99f15a640d84ad11eab27f6e7860ba1d0a93c23b (patch)
tree258ac2438edc5175ec6b59bdd87b5681fc2dbfdc
parent4511a54488d57b8c3d5469a0d435e8c68ed716e5 (diff)
Update head.html
-rw-r--r--layouts/partials/head.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index bbb5bcc..29d9cfc 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,6 +10,8 @@
{{ "<!-- Mobile Specific Metas -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }}</title>
+ <!-- theme meta -->
+ <meta name="theme-name" content="timer-hugo" />
<link rel="icon" href="{{ `images/favicon.ico` | absURL }}">
{{ "<!-- Twitter Bootstrs CSS -->" | safeHTML }}
@@ -34,4 +36,4 @@
{{ $custom := resources.Get "css/custom.css" | minify }}
<link rel="stylesheet" href="{{ $custom.Permalink }}" media="screen">
-</head> \ No newline at end of file
+</head>