aboutsummaryrefslogtreecommitdiffstats
path: root/other.md
diff options
context:
space:
mode:
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>