aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--404.html1
-rw-r--r--_includes/heading.html4
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/post.html2
-rw-r--r--blog.html2
-rw-r--r--index.html2
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 @@
---
---
+<!DOCTYPE HTML>
<HTML>
<HEAD>
{% 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 @@
<link href="/style.css" type="text/css" rel="stylesheet">
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<script src="/jquery-3.3.1.min.js"></script>
<script src="/scripts.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="utf-8">
-<meta name="viewport" content="width=device-width">
+<meta name="viewport" content="width=device-width", initial-scale=1>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
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 %}
diff --git a/blog.html b/blog.html
index 6529c45..dbcb294 100644
--- a/blog.html
+++ b/blog.html
@@ -1,6 +1,6 @@
---
---
-
+<!DOCTYPE HTML>
<HTML>
<HEAD>
{% 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
---
-
+<!DOCTYPE HTML>
<HTML>
<HEAD>
{% include heading.html %}