summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-11 12:19:34 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-11 12:21:17 +0800
commit61eae5c5f9881cab29712f6e696085baa977e1f9 (patch)
treebb301b58b94fee5dcefbdfae8f0c8fc13ee5bd21 /_layouts/default.html
parentcd3a8163dd997d0a7c4d320816651efa8f7dce60 (diff)
release: v1.0.0
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index cddd070..1823491 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1 +1,23 @@
-{{ content }}
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: "en" }}">
+
+ {%- include head.html -%}
+
+ <body>
+
+ {%- include views/header.html -%}
+
+ {%- include views/banner.html -%}
+
+ {%- include extensions/hashlocate.html -%}
+
+ <main class="page-content" aria-label="Content">
+ <div class="wrapper">
+ {{ content }}
+ </div>
+ </main>
+
+ {%- include views/footer.html -%}
+
+ </body>
+</html>