From d393774579f410e1107a2f31818565ce19b50975 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 12:17:59 -0500 Subject: DOCTYPE and IE and Edge compatibility --- 404.html | 1 + _includes/heading.html | 4 +++- _layouts/default.html | 2 +- _layouts/post.html | 2 +- blog.html | 2 +- index.html | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index 810c51f..3a215b3 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,6 @@ --- --- + {% include heading.html %} diff --git a/_includes/heading.html b/_includes/heading.html index d7f51d3..594e23d 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -1,9 +1,11 @@ + + - + 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 @@ --- --- - + {% 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 @@ --- --- - + {% include heading.html %} diff --git a/blog.html b/blog.html index 6529c45..dbcb294 100644 --- a/blog.html +++ b/blog.html @@ -1,6 +1,6 @@ --- --- - + {% include heading.html %} diff --git a/index.html b/index.html index bc362ae..f8867cc 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- project: Andrew Lee --- - + {% include heading.html %} -- cgit v1.2.3