From 948d1bb7e0a846f7978f3e00ca05f877088f49d4 Mon Sep 17 00:00:00 2001
From: Tekaoh <45337851+Tekaoh@users.noreply.github.com>
Date: Mon, 26 Nov 2018 12:41:21 -0600
Subject: [PATCH] add back to docs link
---
_docs/installation.md | 2 +-
_layouts/docs.html | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 _layouts/docs.html
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 }}