aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html26
1 files changed, 0 insertions, 26 deletions
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