Explorar el Código

Simplify meta charset element and move to top per @erinbrown

Mark Otto hace 10 años
padre
commit
7328f77e06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _includes/head.html

+ 1 - 1
_includes/head.html

@@ -1,6 +1,6 @@
 <head>
+  <meta charset="UTF-8">
   <link href="http://gmpg.org/xfn/11" rel="profile">
-  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 
   <!-- Enable responsiveness on mobile devices-->
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">