aboutsummaryrefslogtreecommitdiffstats
path: root/other.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-11-12 02:14:04 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-11-12 02:14:04 +0300
commit7b46213ebebd38f1b2f55df0b1efde88059c814d (patch)
treecbc1678276681965792fdce6e68426f395b4aff5 /other.md
parent9f6f9ffe4ca074d0eaa9f9897346ebc70b83877b (diff)
downloadaaoth.xyz-7b46213ebebd38f1b2f55df0b1efde88059c814d.tar.gz
aaoth.xyz-7b46213ebebd38f1b2f55df0b1efde88059c814d.zip
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.
Diffstat (limited to 'other.md')
-rw-r--r--other.md9
1 files changed, 9 insertions, 0 deletions
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
+
+<div class="posts">
+{% for post in site.posts %}
+ <div class="post">
+ {{ post.content }}
+ <a href="{{ post.url }}">{{ post.date | date_to_string }}</a>
+ </div>
+{% endfor %}
+</div>