From 5f52e0b75e01c0d40d2e5c4d53e9e20a24dbd3ba Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 3 Jan 2017 13:09:47 -0700 Subject: [PATCH] Remove unused layout key from frontmatter --- pages/2015-05-01-hello-world/index.md | 1 - pages/2015-05-06-my-second-post/index.md | 1 - pages/2015-05-28-hi-folks/index.md | 1 - 3 files changed, 3 deletions(-) diff --git a/pages/2015-05-01-hello-world/index.md b/pages/2015-05-01-hello-world/index.md index 8d16d95..f822427 100644 --- a/pages/2015-05-01-hello-world/index.md +++ b/pages/2015-05-01-hello-world/index.md @@ -1,7 +1,6 @@ --- title: Hello World date: "2015-05-01T22:12:03.284Z" -layout: post readNext: "/my-second-post/" path: "/hello-world/" --- diff --git a/pages/2015-05-06-my-second-post/index.md b/pages/2015-05-06-my-second-post/index.md index efa62ec..50bfaaa 100644 --- a/pages/2015-05-06-my-second-post/index.md +++ b/pages/2015-05-06-my-second-post/index.md @@ -1,7 +1,6 @@ --- title: My Second Post! date: "2015-05-06T23:46:37.121Z" -layout: post readNext: "/hi-folks/" path: "/my-second-post/" --- diff --git a/pages/2015-05-28-hi-folks/index.md b/pages/2015-05-28-hi-folks/index.md index 180aeff..65dc6b0 100644 --- a/pages/2015-05-28-hi-folks/index.md +++ b/pages/2015-05-28-hi-folks/index.md @@ -1,7 +1,6 @@ --- title: New Beginnings date: "2015-05-28T22:40:32.169Z" -layout: post path: "/hi-folks/" ---