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

github.com/themefisher/restaurant-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:38:48 +0300
committerGitHub <noreply@github.com>2022-10-18 13:38:48 +0300
commit452c32177e30fa9dead9530b7554cd6cc69dfcc4 (patch)
tree8c7a662d5948803358470e32847e8d1de4898ad0
parent516ffce6bd261302bf168b4f8817fbeceaf14a3f (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 18a07ab..201f311 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
+ <!-- theme meta -->
+ <meta name="theme-name" content="restaurant-hugo" />
{{ hugo.Generator }}
{{ "<!-- plugins -->" | safeHTML }}
@@ -17,4 +19,4 @@
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
<link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
-</head> \ No newline at end of file
+</head>