From 5ee46f6df6e4dcab443e4b625fed0b066b074efa Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 00:10:50 +0200 Subject: [PATCH] fix internal reference --- crates/http/templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/http/templates/index.html.tera b/crates/http/templates/index.html.tera index 9c6c87f..9325d73 100644 --- a/crates/http/templates/index.html.tera +++ b/crates/http/templates/index.html.tera @@ -4,7 +4,7 @@ {% for row in rows %}
-

{{ row.title }}

+

{{ row.title }}

{% if row.time %}

{{ row.time }}

{% endif %}
{{ row.description }}