diff options
-rw-r--r-- | _config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 484ff7d..c295e0c 100644 --- a/_config.yml +++ b/_config.yml @@ -15,23 +15,23 @@ collections: defaults: - scope: - path: "" + path: '' type: pages values: layout: page navbar_priority: 999 - scope: - path: "" + path: '' type: posts values: layout: post - scope: - path: "" + path: '' type: notes values: layout: page -excerpt_separator: "" +excerpt_separator: '' highlighter: rouge markdown: kramdown |