Parcourir la source

Simplify html lang attr per @erinbrown

Mark Otto il y a 10 ans
Parent
commit
85235da49c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      _layouts/default.html

+ 1 - 1
_layouts/default.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
+<html lang="en">
 
   {% include head.html %}