From 4abcce013c9ee3053badf2abda77190233066676 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 23 Feb 2024 10:35:22 +0100 Subject: Testing thoughts page --- thoughts.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 thoughts.html (limited to 'thoughts.html') diff --git a/thoughts.html b/thoughts.html new file mode 100644 index 0000000..b024d85 --- /dev/null +++ b/thoughts.html @@ -0,0 +1,14 @@ +--- +layout: index +--- + +

Thoughts in microbloging style

+{% for post in site.posts %} +{% if post.type == "though" %} +
+
{{ post.title }}
+

{{ post.date | date: '%B %d, %Y' }}

+
{{ post.content }}
+
+{% endif %} +{% endfor %} -- cgit v1.2.3