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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimfrenette <jimfrenette@yahoo.com>2019-12-16 05:54:00 +0300
committerjimfrenette <jimfrenette@yahoo.com>2019-12-16 05:54:00 +0300
commit786d20f5380eee0183dbe07c35d49bceb9a5f180 (patch)
tree56d2ea8f34ae0dc394a6743e96f92244bd704fe3
parent17d8afc6eba785a20bf16cd82a92038e35766975 (diff)
remove deprecated meta tags for old mobile devices
-rwxr-xr-xlayouts/_default/baseof.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 59af4a8..84ed70c 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,8 +6,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}</title>
- <meta name="HandheldFriendly" content="True">
- <meta name="MobileOptimized" content="375">
<meta name="viewport" content="width=device-width,minimum-scale=1">
{{ .Hugo.Generator }}
{{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}