summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-05-07 11:45:46 -0600
committerHombreLaser <sebastian-440@live.com>2024-05-07 11:45:46 -0600
commita4c0692f8dbab80cf5c0b5644ec050322040c4e3 (patch)
tree3ea2f9dc891a13bbcf8b8980c5bf6f2ebb0b9dc2 /_layouts/default.html
parentacc3c3caf7029f92a2b146c29a510181c1b42a65 (diff)
Add dark theme
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 3133e07..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% include header.html %}
-
-<body>
- {% include banner.html %}
-
- <div class="columns">
- <div class="column mt-6 ml-18 is-two-thirds content">
- {{ content }}
- </div>
- <div class="column mr-18">
- {% include sidenav.html %}
- </div>
- </div>
-</body>