Rename post.html _layout to single

This commit is contained in:
Michael Rose
2016-03-06 21:11:27 -05:00
parent 9702a5f3d8
commit 0665dccffb
4 changed files with 6 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ defaults:
path: ""
type: posts
values:
layout: post
layout: single
comments: true
share: true
related: true
@@ -117,19 +117,19 @@ defaults:
path: _pages
type: pages
values:
layout: post
layout: single
# _recipes
- scope:
path: _recipes
type: recipes
values:
layout: post
layout: single
# _pets
- scope:
path: _pets
type: pets
values:
layout: post
layout: single
# Plugins
gems: