From 0b858b2b6ed1ccac4e6eb1d92ac3d3ff86e8aa8b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 16:34:35 +0300 Subject: _config.yml: linting --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_config.yml') 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 -- cgit v1.2.3