Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-10 19:03:31 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-10 19:03:31 +0300
commitd86de52b63ab2bebc1181463b55042f6c955d357 (patch)
tree96cb26d180ba81d23ff7b195d71c25a75a8d1fe2 /exampleSite
parentf0d1ddfcabd8c56df548602ccd8131211c72823a (diff)
Add blog post properties to blog list
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/01-post.md2
-rw-r--r--exampleSite/content/post/02-post.md2
2 files changed, 2 insertions, 2 deletions
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"