diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2019-11-30 12:40:35 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2019-11-30 12:40:35 -0500 |
| commit | e706e65318f760d9f0602a08f1badb67d77e5fb1 (patch) | |
| tree | f013b09cab3064a51fe5439cb98e24eace15224e /_layouts | |
| parent | b99356105115fec32d75a43bfb5b054220d90141 (diff) | |
| download | alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.gz alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.bz2 alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.zip | |
Switching to NextJS
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default-none.html | 22 | ||||
| -rw-r--r-- | _layouts/default.html | 26 |
2 files changed, 0 insertions, 48 deletions
diff --git a/_layouts/default-none.html b/_layouts/default-none.html deleted file mode 100644 index 55289c6..0000000 --- a/_layouts/default-none.html +++ /dev/null @@ -1,22 +0,0 @@ ---- ---- -<!DOCTYPE html> -<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> -<html> - -<head> - {% include header.html %} -</head> - -<body class="dark"> - {% include navbar.html %} - <div class="animsition"> - <div class="container"> - {{ content }} - </div> - {% include scripts.html %} - {% include footer.html %} - </div> -</body> - -</html>
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 171870d..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,26 +0,0 @@ ---- ---- -<!DOCTYPE html> -<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> -<html> - -<head> - {% include header.html %} -</head> - -<body class="dark" onload="displayRepos();"> - {% include navbar.html %} - <div class="animsition"> - <div class="jumbotron special-color"> - <h2 class="display-4">{{page.title}}</h2> - <p class="lead">{{page.description}}</p> - </div> - <div class="container"> - {{ content }} -</div> - {% include scripts.html %} - {% include footer.html %} - </div> -</body> - -</html>
\ No newline at end of file |
