From 0e8ada1eff8799437c9be1bc2af10d6198fa8cad Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 29 Apr 2025 18:51:40 +0100 Subject: Added inline HTML into blogposts, refactored a bit --- templates/thoughts.html.j2 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 templates/thoughts.html.j2 (limited to 'templates/thoughts.html.j2') diff --git a/templates/thoughts.html.j2 b/templates/thoughts.html.j2 deleted file mode 100755 index bf06f57..0000000 --- a/templates/thoughts.html.j2 +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - {% for category_name, thoughts in tree.items() %} -

{{category_name}}

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