summaryrefslogtreecommitdiff
path: root/src/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layouts/default.html')
-rw-r--r--src/_layouts/default.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/_layouts/default.html b/src/_layouts/default.html
deleted file mode 100644
index 5df9d6d..0000000
--- a/src/_layouts/default.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ page.lang | default: site.lang | default: "en" }}">
-
- {%- include head.html -%}
-
- <body>
-
- <div class="container">
-
- {%- include header.html -%}
-
- <main aria-label="Content">
- {{ content }}
- </main>
-
- {%- include footer.html -%}
-
- </div>
-
- </body>
-
-</html>