summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-09 10:59:13 -0400
committerGitHub <[email protected]>2024-10-09 10:59:13 -0400
commitd17bca56238e9ca326d60e58230d0d354f23bfe8 (patch)
tree12aee4c37a1490914e6307ce1b0023be2df93105 /templates/base.html
parent7d6495399d5e1ba429a339de1c3a00f121e89305 (diff)
back to astro for hopefully the last time (#146)
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/base.html b/templates/base.html
deleted file mode 100644
index a78d8b9..0000000
--- a/templates/base.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html lang="en">
- {% include "partials/head.html" %}
- <body>
- <header>
- {% include "partials/nav.html" %}
- </header>
- <div class="main-content">
- {% block content %}{% endblock content %}
- </div>
- {% include "partials/footer.html" %}
- </body>
-</html>