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:
-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>