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.