static match to prod
[disinclined.org.git] / _layouts / home.html
diff --git a/_layouts/home.html b/_layouts/home.html
new file mode 100644 (file)
index 0000000..b429371
--- /dev/null
@@ -0,0 +1,12 @@
+---
+layout: default
+---
+
+<div class="home">
+  {%- if page.title -%}
+    <h1 class="page-heading">{{ page.title }}</h1>
+  {%- endif -%}
+
+  {{ content }}
+
+</div>