Skip to content

Commit

Permalink
remove deprecated meta tags for old Windows Mobile and BlackBerry (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and Bud Parr committed Aug 10, 2019
1 parent a150063 commit 8124777
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}}
Expand Down

0 comments on commit 8124777

Please sign in to comment.