aboutsummaryrefslogtreecommitdiff
path: root/journal.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-02 02:38:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-02 02:38:41 +0100
commit384235475fa9578d52210c2f80d18c3cfec00813 (patch)
tree8a55803a7f6bc79554ca4f823909d347ecf10a9e /journal.html
parent15d47c516610da42b589670c8497007c3e607d8b (diff)
downloadmitjafelicijan.com-384235475fa9578d52210c2f80d18c3cfec00813.tar.gz
Removed journal
Diffstat (limited to 'journal.html')
-rw-r--r--journal.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/journal.html b/journal.html
deleted file mode 100644
index 9b34045..0000000
--- a/journal.html
+++ /dev/null
@@ -1,14 +0,0 @@
1---
2layout: index
3---
4
5<h2>Journal in microbloging style</h2>
6{% for post in site.posts %}
7{% if post.type == "journal" %}
8<article>
9 <div><strong>{{ post.title }}</strong></div>
10 <div><small><i>{{ post.date | date: '%B %d, %Y' }} at {{ post.date | date: '%I:%m %p' }}</i></small></div>
11 <div>{{ post.content }}</div>
12</article>
13{% endif %}
14{% endfor %}