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