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. --- other.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'other.md') diff --git a/other.md b/other.md index 505c5d9..74e25f6 100644 --- a/other.md +++ b/other.md @@ -6,3 +6,12 @@ permalink: /other/ # other here will be some misc stuff + +
+{% for post in site.posts %} +
+ {{ post.content }} + {{ post.date | date_to_string }} +
+{% endfor %} +
-- cgit v1.2.3