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/diary.html.j2 | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 templates/diary.html.j2 (limited to 'templates/diary.html.j2') diff --git a/templates/diary.html.j2 b/templates/diary.html.j2 deleted file mode 100755 index f6604f7..0000000 --- a/templates/diary.html.j2 +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} -

this page might not be up-to-date if my diary account is search banned

-

if in doubt check my diary account
check if i'm currently search banned

-
- {% for dt, entries in diary.items() %} -
{{ dt }}
-
-
    - {% for entry in entries %} - {% if entry["images"] != [] %} -
      - {% for img in entry["images"] %} -
    • - {% endfor %} -
    - {% endif %} -
  1. -

    {{ entry["text"] }}

    -
  2. - {% endfor %} -
-
- {% endfor %} -
-{% endblock %} -- cgit v1.2.3