aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 4253035..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- {% include title.html %}
- {% include meta.html %}
- {% include social.html %}
- {% include assets.html %}
- {% include feed.html %}
- {% include favicon.html %}
-</head>
-<body>
- {% include header.html %}
-
- <main class="page-content" aria-label="Content">
- <div class="wrapper">
- {{ content }}
- </div>
- </main >
-
- {% include footer.html %}
-</body>
-</html>