From 014bb23428a2c0b6c7397f803718049be78f5502 Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Mon, 26 Nov 2018 13:02:41 -0600 Subject: [PATCH] set default layouts --- _config.yml | 10 ++++++++++ _docs/installation.md | 3 +-- docs.html | 1 - index.html | 1 - 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 92aea94..578e338 100644 --- a/_config.yml +++ b/_config.yml @@ -5,3 +5,13 @@ description: Run your own private SWG Server (and help us develop it!) collections: docs: output: true +defaults: + - scope: + path: "" + type: "docs" + values: + layout: "docs" + - scope: + path: "" + values: + layout: "default" diff --git a/_docs/installation.md b/_docs/installation.md index 9aa6b29..17cc01a 100644 --- a/_docs/installation.md +++ b/_docs/installation.md @@ -1,5 +1,4 @@ --- -layout: docs -Title: Installation +title: Installation --- ## Installation Insctructions diff --git a/docs.html b/docs.html index 88e2f9b..0b5f67c 100644 --- a/docs.html +++ b/docs.html @@ -1,5 +1,4 @@ --- -layout: default title: Docs ---

Documentation & Guides

diff --git a/index.html b/index.html index 28d2a50..23da565 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,4 @@ --- -layout: default title: Home ---

Welcome to SWG Source!