summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--404.html5
-rw-r--r--_includes/heading.html4
-rw-r--r--index.html5
-rw-r--r--support.html5
4 files changed, 12 insertions, 7 deletions
diff --git a/404.html b/404.html
index 14b65a9..d9170b8 100644
--- a/404.html
+++ b/404.html
@@ -1,7 +1,10 @@
<HTML>
<HEAD>
+ <link href="./style.css" type="text/css" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
<TITLE>404 | Silicon Linux</TITLE>
- {% include heading.html %}
</HEAD>
<BODY>
<div id="navigation">
diff --git a/_includes/heading.html b/_includes/heading.html
deleted file mode 100644
index b4121c8..0000000
--- a/_includes/heading.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<link href="./style.css" type="text/css" rel="stylesheet">
-<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/index.html b/index.html
index 5f7d6a7..0305c59 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,10 @@
<HTML>
<HEAD>
+ <link href="./style.css" type="text/css" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
<TITLE>Silicon Linux</TITLE>
- {% include heading.html %}
</HEAD>
<BODY>
<div id="navigation">
diff --git a/support.html b/support.html
index 6e232bc..e9f783f 100644
--- a/support.html
+++ b/support.html
@@ -1,7 +1,10 @@
<html>
<HEAD>
+<link href="./style.css" type="text/css" rel="stylesheet">
+<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
<TITLE>Support | Silicon Linux</TITLE>
- {% include heading.html %}
</HEAD>
<BODY>
<div id="navigation">