Rename post.html _layout to single
This commit is contained in:
parent
9702a5f3d8
commit
0665dccffb
4 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: post
|
||||
layout: single
|
||||
title: "Draft Post"
|
||||
categories:
|
||||
- Jekyll
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: post
|
||||
permalink: /theme-setup/
|
||||
title: "Theme Setup"
|
||||
permalink: /theme-setup/
|
||||
modified: 2016-01-19
|
||||
excerpt: "Instructions on how to install and customize the Jekyll theme Minimal Mistakes."
|
||||
share: true
|
||||
|
|
Loading…
Reference in a new issue