1
Fork 0

Changed frontmatter yaml for drafts

This commit is contained in:
Jan-Erik Rediger 2018-01-15 20:32:01 +01:00
parent fe8a4d769f
commit dcb2b919b2
2 changed files with 10 additions and 8 deletions

View file

@ -1,8 +1,9 @@
extends: post.liquid permalink: "/{{ year }}/{{ month }}/{{ day }}/things-i-read-week-4"
title: "Things I read, Week 4" title: "Things I read, Week 4"
date: 22 Jan 2018 12:00:00 +0100 published_date: "2018-01-22 12:00:00 +0100"
path: /:year/:month/:day/things-i-read-week-4 layout: post.liquid
route: blog data:
route: blog
--- ---
This post is part of a [new experiment this year](/2018/01/08/things-i-read-week-2/index.html): This post is part of a [new experiment this year](/2018/01/08/things-i-read-week-2/index.html):

View file

@ -1,8 +1,9 @@
extends: post.liquid permalink: "/{{ year }}/{{ month }}/{{ day }}/things-i-read-week-5"
title: "Things I read, Week 5" title: "Things I read, Week 5"
date: 29 Jan 2018 12:00:00 +0100 published_date: "2018-01-29 12:00:00 +0100"
path: /:year/:month/:day/things-i-read-week-5 layout: post.liquid
route: blog data:
route: blog
--- ---
This post is part of a [new experiment this year](/2018/01/08/things-i-read-week-2/index.html): This post is part of a [new experiment this year](/2018/01/08/things-i-read-week-2/index.html):