From d2a396e8385c8ea7d3d7e3a18ab7677140e38c72 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 24 Feb 2024 01:10:21 +0100 Subject: Renamed thoughs into journal --- journal.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 journal.html (limited to 'journal.html') diff --git a/journal.html b/journal.html new file mode 100644 index 0000000..bad099d --- /dev/null +++ b/journal.html @@ -0,0 +1,14 @@ +--- +layout: index +--- + +

Journal in microbloging style

+{% for post in site.posts %} +{% if post.type == "journal" %} +
+
{{ post.title }}
+
{{ post.date | date: '%B %d, %Y' }}
+
{{ post.content }}
+
+{% endif %} +{% endfor %} -- cgit v1.2.3