diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 7d89b26..a9692bb 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,13 @@ exclude: - README.md defaults: - - scope: + - + scope: path: "" values: layout: "default" + - + scope: + path: "_posts" + values: + layout: "post" |
