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/default-none.html | |
| 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/default-none.html')
| -rw-r--r-- | _layouts/default-none.html | 22 |
1 files changed, 0 insertions, 22 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 |
