Skip to content

Commit fb46c9d

Browse files
committed
Jekyll seems unable to configure its output for HTML 4.01 strict. Switching to HTML 5 instead.
1 parent eb5f6c9 commit fb46c9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
url: http://albert-jan.yzelman.net/
99
---
1010

11-
<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
11+
<!doctype html>
1212
<html lang="en">
1313
<head>
1414
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -121,7 +121,7 @@ <h2 class="content-subhead" id="contact">Feedback, bug reports, and contribution
121121
</div>
122122
</div>
123123

124-
<script type="text/javascript" src="/js/ui.js"></script>
124+
<script src="/js/ui.js"></script>
125125

126126
</body>
127127
</html>

0 commit comments

Comments
 (0)