diff options
| author | Alee <alee14498@gmail.com> | 2018-10-31 15:25:50 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-10-31 15:25:50 -0400 |
| commit | 00aef7aee1cf05d5c2586c9a59686ac61ffd1dec (patch) | |
| tree | 3cbe233967d1e7fd75b8df5522029b4b56c78b1b | |
| parent | 5adf51094e6ce2ae648c8c2717e5ac1dc8434c5a (diff) | |
| download | silicon-linux-00aef7aee1cf05d5c2586c9a59686ac61ffd1dec.tar.gz silicon-linux-00aef7aee1cf05d5c2586c9a59686ac61ffd1dec.tar.bz2 silicon-linux-00aef7aee1cf05d5c2586c9a59686ac61ffd1dec.zip | |
Revert "Jekyll stuff"
This reverts commit 5adf51094e6ce2ae648c8c2717e5ac1dc8434c5a.
| -rw-r--r-- | 404.html | 5 | ||||
| -rw-r--r-- | _includes/heading.html | 4 | ||||
| -rw-r--r-- | index.html | 5 | ||||
| -rw-r--r-- | support.html | 5 |
4 files changed, 12 insertions, 7 deletions
@@ -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"> @@ -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"> |
