From 8124777a188a942b257d51f0cfecc5e82120a7ed Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Sat, 10 Aug 2019 13:25:22 +0000
Subject: [PATCH] remove deprecated meta tags for old Windows Mobile and BlackBerry (#191)
---
layouts/_default/baseof.html | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 9dece9f..fe282d3 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -5,9 +5,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="320">
-
<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 */}}
--
Gitblit v1.10.0