From add90d66d721043da480942ce3fe45e2e39223fc Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 00:13:29 +0200 Subject: [PATCH] reorder source link --- crates/http/templates/info.html.tera | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/http/templates/info.html.tera b/crates/http/templates/info.html.tera index a2516d9..441446d 100644 --- a/crates/http/templates/info.html.tera +++ b/crates/http/templates/info.html.tera @@ -2,11 +2,9 @@ {% block content %}

{{ title }}

+ {{ time }}
{{ description }}
-
- {{ time }} -
{% endblock content %} \ No newline at end of file