Remove layout and fallback to config default
This commit is contained in:
parent
15831d894c
commit
db1af329c5
4 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: post
|
|
||||||
title: "Page Not Found"
|
title: "Page Not Found"
|
||||||
excerpt: "Page not found. Your pixels are in another canvas."
|
excerpt: "Page not found. Your pixels are in another canvas."
|
||||||
sitemap: false
|
sitemap: false
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: post
|
|
||||||
permalink: /about/
|
permalink: /about/
|
||||||
title: About the Theme
|
title: "About the Theme"
|
||||||
tags: [about, Jekyll, theme, responsive]
|
|
||||||
modified: 2014-08-08T20:53:07.573882-04:00
|
modified: 2014-08-08T20:53:07.573882-04:00
|
||||||
image:
|
image:
|
||||||
feature: sample-image-2.jpg
|
feature: sample-image-2.jpg
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
layout: home
|
layout: home
|
||||||
permalink: /
|
permalink: /
|
||||||
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
|
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
|
||||||
tags: [Jekyll, theme, responsive, blog, template]
|
|
||||||
image:
|
image:
|
||||||
feature: sample-image-1.jpg
|
feature: sample-image-1.jpg
|
||||||
credit: WeGraphics
|
credit: WeGraphics
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
permalink: /theme-setup/
|
permalink: /theme-setup/
|
||||||
title: Theme Setup
|
title: "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…
Reference in a new issue