From 1875608804de0dccb6dced1b51f9efa8fb5d93d4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:11:34 +0200 Subject: jekyll --- _layouts/post.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..a6936cf --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,25 @@ + + + + + + + + {{ page.title }} + + + + + {% include header.html %} + +

post

+ +
+ {{ content }} +
+ + {% include footer.html %} + + + + -- cgit v1.2.3