make the new style also work for blog posts
[web.git] / _layouts / page.html
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644 (file)
index 0000000..9397774
--- /dev/null
@@ -0,0 +1,8 @@
+---
+layout: default
+---
+<header id="-title">
+  <h1>{{ page.title }}</h1>
+</header>
+
+{{ content }}