diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 0a72f27..82a60fb 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,18 @@ defaults: path: "" type: pages values: + layout: default navbar_priority: 999 + - scope: + path: "" + type: posts + values: + layout: post + - scope: + path: "" + type: notes + values: + layout: note excerpt_separator: "" include_comments: true |