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 --- thoughts.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 thoughts.html (limited to 'thoughts.html') diff --git a/thoughts.html b/thoughts.html deleted file mode 100644 index 89159c3..0000000 --- a/thoughts.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: index ---- - -

Thoughts in microbloging style

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