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,7 +1,8 @@
extends: post.liquid
permalink: "/{{ year }}/{{ month }}/{{ day }}/things-i-read-week-4"
title: "Things I read, Week 4"
date: 22 Jan 2018 12:00:00 +0100
path: /:year/:month/:day/things-i-read-week-4
published_date: "2018-01-22 12:00:00 +0100"
layout: post.liquid
data:
route: blog
---

View file

@ -1,7 +1,8 @@
extends: post.liquid
permalink: "/{{ year }}/{{ month }}/{{ day }}/things-i-read-week-5"
title: "Things I read, Week 5"
date: 29 Jan 2018 12:00:00 +0100
path: /:year/:month/:day/things-i-read-week-5
published_date: "2018-01-29 12:00:00 +0100"
layout: post.liquid
data:
route: blog
---