From 5fc534bcd34c3f449ce50fbb9cd29d42eba0c1bd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 23 Feb 2024 10:46:09 +0100 Subject: Testing thoughts page --- thoughts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thoughts.html') diff --git a/thoughts.html b/thoughts.html index b024d85..89159c3 100644 --- a/thoughts.html +++ b/thoughts.html @@ -4,10 +4,10 @@ layout: index

Thoughts in microbloging style

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

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

+
{{ post.date | date: '%B %d, %Y' }}
{{ post.content }}
{% endif %} -- cgit v1.2.3