diff --git a/_layouts/default.html b/_layouts/default.html
index 8bb12370..fb2216b8 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,20 +1,9 @@
-
-
-{% include head.html %}
-
-
- {% include nav.html %}
-
-
-
-
- {{ content }}
-
-
-
-
- {% include scripts.html %}
-
-
+---
+layout: minimal
+---
+
+{{ content }}
+
+
diff --git a/_layouts/minimal.html b/_layouts/minimal.html
new file mode 100644
index 00000000..313a12ed
--- /dev/null
+++ b/_layouts/minimal.html
@@ -0,0 +1,14 @@
+
+
+{% include head.html %}
+
+
+ {% include nav.html %}
+
+
+
+ {{ content }}
+
+ {% include scripts.html %}
+
+