Delete id, layout and author from posts frontmatter, set default layout in config
This commit is contained in:
@@ -25,6 +25,15 @@ previous_page: '← Vorige pagina'
|
||||
next_page: 'Volgende pagina →'
|
||||
mentioned_in: 'Komt voor in:'
|
||||
|
||||
# defaults
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: blog
|
||||
type: posts
|
||||
values:
|
||||
layout: post
|
||||
|
||||
# other
|
||||
gems: [jekyll-paginate]
|
||||
markdown: rdiscount
|
||||
|
||||
Reference in New Issue
Block a user