From 336b2254de6a8f2dcdbe2e405875aa4ce5ad55f6 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 13 Jul 2018 09:18:47 +0100 Subject: [PATCH] more test --- _layouts/post.html | 16 ++++++++++++++++ _posts/2018-07-13-test.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 _layouts/post.html diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..c3b8f95 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,16 @@ +--- +layout: default +--- + +

{{ page.title }}

+{{ page.date | date: "%-d %B %Y" }} + +

by {{ page.author | default: site.author }}

+ +{{content}} + + diff --git a/_posts/2018-07-13-test.md b/_posts/2018-07-13-test.md index 2185c15..5a7b647 100644 --- a/_posts/2018-07-13-test.md +++ b/_posts/2018-07-13-test.md @@ -3,6 +3,7 @@ layout: post title: "This is a test post!" date: 2018-07-13 09:13:00 +1000 categories: test +author: Neil Alexander --- This is a test post.