Rename post.html _layout to single
This commit is contained in:
parent
9702a5f3d8
commit
0665dccffb
@ -108,7 +108,7 @@ defaults:
|
|||||||
path: ""
|
path: ""
|
||||||
type: posts
|
type: posts
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: single
|
||||||
comments: true
|
comments: true
|
||||||
share: true
|
share: true
|
||||||
related: true
|
related: true
|
||||||
@ -117,19 +117,19 @@ defaults:
|
|||||||
path: _pages
|
path: _pages
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: single
|
||||||
# _recipes
|
# _recipes
|
||||||
- scope:
|
- scope:
|
||||||
path: _recipes
|
path: _recipes
|
||||||
type: recipes
|
type: recipes
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: single
|
||||||
# _pets
|
# _pets
|
||||||
- scope:
|
- scope:
|
||||||
path: _pets
|
path: _pets
|
||||||
type: pets
|
type: pets
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: single
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
gems:
|
gems:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: single
|
||||||
title: "Draft Post"
|
title: "Draft Post"
|
||||||
categories:
|
categories:
|
||||||
- Jekyll
|
- Jekyll
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
|
||||||
permalink: /theme-setup/
|
|
||||||
title: "Theme Setup"
|
title: "Theme Setup"
|
||||||
|
permalink: /theme-setup/
|
||||||
modified: 2016-01-19
|
modified: 2016-01-19
|
||||||
excerpt: "Instructions on how to install and customize the Jekyll theme Minimal Mistakes."
|
excerpt: "Instructions on how to install and customize the Jekyll theme Minimal Mistakes."
|
||||||
share: true
|
share: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user