From 64e98ee23a328c55d080aed49530d00af3c8f7eb Mon Sep 17 00:00:00 2001 From: SouthFox Date: Sun, 30 Jul 2023 21:09:07 +0800 Subject: [PATCH] [uiux] note show creat_at && add hr --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 72e58c8..4d0896e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,8 @@

Test

{% for status in statues recursive%} {{ status.content | safe }} + {{ status.created_at }} +
{% endfor %}