add markdown
diff --git a/_layouts/wide.html b/_layouts/wide.html
new file mode 100644
index 0000000..59769f7
--- /dev/null
+++ b/_layouts/wide.html
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+<div class="row">
+<div class="col-md-10 col-centered">
+<h2>{{ page.title }}</h2>
+{{content}}
+</div>
+</div>