static match to prod
[disinclined.org.git] / _layouts / default.html
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644 (file)
index 0000000..ef87cac
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: "en" }}">
+
+  {%- include html-header.html -%}
+
+  <body>
+
+    {%- include head.html -%}
+
+    <main>
+      <div id="wrapper">
+        {{ content }}
+      </div>
+    </main>
+
+  </body>
+
+</html>