From 7b46213ebebd38f1b2f55df0b1efde88059c814d Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 12 Nov 2020 02:14:04 +0300 Subject: add post functionality this is not for real like blog posts, but for my telegram ones. they are small and may be just written in plain on one page. of course, it'll make this page too long, but to that time i'll find how to deal with it. --- _layouts/post.html | 12 ++++++++++++ 1 file changed, 12 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..e94ff43 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,12 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+
+{{ page.date | date: "%Y-%m-%d %H:%M" }} + +{{ content }} + +
-- cgit v1.2.3