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