From 2a0d3c4ccb287282974856b5f20f67a078149cb8 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 6 Mar 2021 21:51:06 +0000 Subject: added dockerfile, similar thoughts --- templates/thoughts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/thoughts.html') diff --git a/templates/thoughts.html b/templates/thoughts.html index 8717299..0d768e4 100644 --- a/templates/thoughts.html +++ b/templates/thoughts.html @@ -4,7 +4,7 @@

{{category_name}}

{% for id_, title, dt in thoughts %} -
title
+
{{title}}
{{dt}}
{% endfor %}
-- cgit v1.2.3