Skip to content

Commit 2f884b2

Browse files
committed
Add default layout configuration for pages
1 parent e542889 commit 2f884b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ color_scheme: os2display
1010
plugins:
1111
- jekyll-redirect-from
1212

13+
defaults:
14+
- scope:
15+
path: "" # an empty string here means all files in the project
16+
type: "pages"
17+
values:
18+
layout: "default"
19+
nav_exclude: false
20+
1321
aux_links:
1422
"github.com/os2display":
1523
- "//github.com/os2display"

0 commit comments

Comments
 (0)