From 384235475fa9578d52210c2f80d18c3cfec00813 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 2 Mar 2024 02:38:41 +0100 Subject: Removed journal --- journal.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 journal.html (limited to 'journal.html') diff --git a/journal.html b/journal.html deleted file mode 100644 index 9b34045..0000000 --- a/journal.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: index ---- - -

Journal in microbloging style

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