Explorar el Código

remove deprecated meta tags for old Windows Mobile and BlackBerry (#191)

tags/2.50
Christian Oliff hace 5 años
padre
commit
8124777a18
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      layouts/_default/baseof.html

+ 0
- 3
layouts/_default/baseof.html Ver fichero

@@ -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 */}}

Cargando…
Cancelar
Guardar