summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
committerBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
commit602807749bd2095915c4068ca6a1639110f79821 (patch)
tree418f88a2fddfaae58d2bff9d98e2943113360bbb /_config.yml
parent1b4e990cc924d0030eaf8ba487206ad24602b0f4 (diff)
Fix layout defaults
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 354e46a..ce10eeb 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,12 +11,15 @@ timezone: America/New_York
# Site-level data
name: Ben Burwell
excerpt_separator: <!--more-->
-layout: master
permalink: /:slug.html
defaults:
- scope:
path: ""
+ values:
+ layout: master
+ - scope:
+ path: ""
type: "posts"
values:
layout: "post"