diff options
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 |
