aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 12:17:59 -0500
committerAlee <alee14498@gmail.com>2018-11-18 12:17:59 -0500
commitd393774579f410e1107a2f31818565ce19b50975 (patch)
tree897081526933d6142a1cd9b4e063b6403975bbde /_layouts
parent5544220a54f2dc991c31623c13e2f0bb5361dea8 (diff)
downloadpersonal-website-d393774579f410e1107a2f31818565ce19b50975.tar.gz
personal-website-d393774579f410e1107a2f31818565ce19b50975.tar.bz2
personal-website-d393774579f410e1107a2f31818565ce19b50975.zip
DOCTYPE and IE and Edge compatibility
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/post.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 6c41632..12e4b16 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,6 @@
---
---
-
+<!DOCTYPE HTML>
<HTML>
<HEAD>
{% include heading.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 1eb604c..7a5d3bb 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,6 +1,6 @@
---
---
-
+<!DOCTYPE HTML>
<HTML>
<HEAD>
{% include heading.html %}