From d86de52b63ab2bebc1181463b55042f6c955d357 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Sat, 10 Feb 2018 16:03:31 +0000 Subject: Add blog post properties to blog list --- exampleSite/content/post/01-post.md | 2 +- exampleSite/content/post/02-post.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/content/post/01-post.md b/exampleSite/content/post/01-post.md index 86fb8a8..4a17170 100644 --- a/exampleSite/content/post/01-post.md +++ b/exampleSite/content/post/01-post.md @@ -1,7 +1,7 @@ +++ description = "First post description" date = "2018-01-01T00:00:00" -image = "images/image.png" +image = "images/pic09.jpg" title = "First post" slug = "first-post" author = "John Smith" diff --git a/exampleSite/content/post/02-post.md b/exampleSite/content/post/02-post.md index b8a793d..9091f54 100644 --- a/exampleSite/content/post/02-post.md +++ b/exampleSite/content/post/02-post.md @@ -1,7 +1,7 @@ +++ description = "Second post description" date = "2018-01-02T00:00:00" -image = "images/image.png" +image = "images/pic08.jpg" title = "Second post" slug = "second-post" author = "John Smith" -- cgit v1.2.3