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 ---