From 723a7f4e9d963ba3b756c7b9675794a6a9400a76 Mon Sep 17 00:00:00 2001 From: Kate Date: Fri, 6 May 2016 02:28:48 +0400 Subject: [PATCH] Create post.html Creating blog using Jekyll --- _layouts/post.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _layouts/post.html diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..16ae2d1 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,9 @@ +--- +layout: default +--- +

{{ page.title }}

+

{{ page.date | date_to_string }}

+ +
+ {{ content }} +