From 95dface9e7cd2956d0fd4a9b9041fca61afa4fe5 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 18 Apr 2021 16:04:17 +0100 Subject: added linking to markdown images --- templates/thoughts.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/thoughts.html') diff --git a/templates/thoughts.html b/templates/thoughts.html index 0d768e4..bdbe854 100644 --- a/templates/thoughts.html +++ b/templates/thoughts.html @@ -1,12 +1,12 @@ {% extends "template.html" %} {% block content %} {% for category_name, thoughts in tree.items() %} -

{{category_name}}

-
- {% for id_, title, dt in thoughts %} -
{{title}}
-
{{dt}}
- {% endfor %} -
+

{{category_name}}

+
+ {% for id_, title, dt in thoughts %} +
{{title}}
+
{{dt}}
+ {% endfor %} +
{% endfor %} {% endblock %} \ No newline at end of file -- cgit v1.2.3