diff --git a/_docs/installation.md b/_docs/installation.md
index dd544ca..9aa6b29 100644
--- a/_docs/installation.md
+++ b/_docs/installation.md
@@ -1,5 +1,5 @@
---
-layout: default
+layout: docs
Title: Installation
---
## Installation Insctructions
diff --git a/_layouts/docs.html b/_layouts/docs.html
new file mode 100644
index 0000000..0f5c71d
--- /dev/null
+++ b/_layouts/docs.html
@@ -0,0 +1,5 @@
+---
+layout: default
+---
+« Back to Docs
+{{ content }}