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:
authorsomrat <monnaf37@gmail.com>2019-12-03 09:28:19 +0300
committersomrat <monnaf37@gmail.com>2019-12-03 09:28:19 +0300
commit4d15ea1ba13056178147bee3583ff5dc55ef9f4c (patch)
tree3b883d6339ff828f26a514e43c8e0915a3072ecd
parent9f3b17c51bcf4b7805e2ebe9f72632a3c37b1922 (diff)
modified head for meta tag
-rw-r--r--layouts/partials/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 0185ee6..f2959b7 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,7 +3,6 @@
<title>{{ .Title }}</title>
{{ "<!-- mobile responsive meta -->" | safeHTML }}
- <meta name="viewport" content="width=device-width, initial-scale=1">
<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 }}