set default layouts

This commit is contained in:
Tekaoh
2018-11-26 13:02:41 -06:00
parent 948d1bb7e0
commit 014bb23428
4 changed files with 11 additions and 4 deletions
+10
View File
@@ -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"
+1 -2
View File
@@ -1,5 +1,4 @@
---
layout: docs
Title: Installation
title: Installation
---
## Installation Insctructions
-1
View File
@@ -1,5 +1,4 @@
---
layout: default
title: Docs
---
<h1>Documentation & Guides</h1>
-1
View File
@@ -1,5 +1,4 @@
---
layout: default
title: Home
---
<h1>Welcome to SWG Source!</h1>