summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index e4ab96f..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-
- {% include head.html %}
-
- <body>
-
- {% include header.html %}
-
- <div class="page-content">
- <div class="wrapper">
- {{ content }}
- </div>
- </div>
-
- {% include footer.html %}
-
- </body>
-
-</html>