aboutsummaryrefslogtreecommitdiff
path: root/thoughts.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-24 01:10:21 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-24 01:10:21 +0100
commitd2a396e8385c8ea7d3d7e3a18ab7677140e38c72 (patch)
tree4554f9c91fe0ab61c65a3de1fff4efcd7d41cbcd /thoughts.html
parent5b14c86f74949f600cbef7775bd712c6f6b13ed8 (diff)
downloadmitjafelicijan.com-d2a396e8385c8ea7d3d7e3a18ab7677140e38c72.tar.gz
Renamed thoughs into journal
Diffstat (limited to 'thoughts.html')
-rw-r--r--thoughts.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/thoughts.html b/thoughts.html
deleted file mode 100644
index 89159c3..0000000
--- a/thoughts.html
+++ /dev/null
@@ -1,14 +0,0 @@
1---
2layout: index
3---
4
5<h2>Thoughts in microbloging style</h2>
6{% for post in site.posts %}
7{% if post.type == "thought" %}
8<article>
9 <div><strong>{{ post.title }}</strong></div>
10 <div><small><i>{{ post.date | date: '%B %d, %Y' }}</i></small></div>
11 <div>{{ post.content }}</div>
12</article>
13{% endif %}
14{% endfor %}