summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index 5f80b43..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
- <html lang="en-US">
-
- <head>
- {% include header.html %}
- </head>
-
- <body>
-
- <div id="container">
- {{ content }}
- {% include footer.html %}
- </div>
-
- </body>
-
-</html>