Skip to content

Commit 90bfafc

Browse files
committed
Convert the doctype to lowercase
HTML5 the doctype declaration is case-insensitive but here's some reason. Please check this issue h5bp/html5-boilerplate#1522 And some popular HTML boilerplate also use a lowercase doctype. - html5-boilerplate: https://github.com/h5bp/html5-boilerplate/blob/master/src/index.html#L1 - Web Starter Kit: https://github.com/google/web-starter-kit/blob/master/app/index.html#L1 and google.com too.
1 parent 4fa7aa2 commit 90bfafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_includes/top.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML>
1+
<!doctype html>
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8">

0 commit comments

Comments
 (0)