Przeglądaj źródła

Simplify meta charset element and move to top per @erinbrown

Mark Otto 10 lat temu
rodzic
commit
7328f77e06
1 zmienionych plików z 1 dodań i 1 usunięć
  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">