diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 33a7233..484ff7d 100644 --- a/_config.yml +++ b/_config.yml @@ -22,6 +22,11 @@ defaults: navbar_priority: 999 - scope: path: "" + type: posts + values: + layout: post + - scope: + path: "" type: notes values: layout: page @@ -37,7 +42,6 @@ kramdown: # Plugins plugins: - - jekyll-default-layout - jekyll-github-metadata - jekyll-paginate - jekyll-remote-theme |