From 89cd7cb9cf498f6e10870bc6415a444f491b3ea0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 10 Jan 2026 22:47:46 +0200 Subject: [PATCH] minor template corrections --- crates/http/templates/index.html.tera | 6 ++---- crates/http/templates/info.html.tera | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/crates/http/templates/index.html.tera b/crates/http/templates/index.html.tera index 1e87e54..65082f9 100644 --- a/crates/http/templates/index.html.tera +++ b/crates/http/templates/index.html.tera @@ -5,7 +5,7 @@

{{ row.title }}

- {{ row.time }} +

{{ row.time }}

{% endfor %} {% else %} @@ -14,8 +14,6 @@ {% if next %}Next{% endif %} {% if back %}Back{% endif %} {% if total %} - - Page {{ page }} / {{ pages }} ({{ total }} total) - +

Page {{ page }} / {{ pages }} ({{ total }} total)

{% endif %} {% endblock content %} \ No newline at end of file diff --git a/crates/http/templates/info.html.tera b/crates/http/templates/info.html.tera index deeaddf..fd74623 100644 --- a/crates/http/templates/info.html.tera +++ b/crates/http/templates/info.html.tera @@ -2,7 +2,7 @@ {% block content %}

{{ name }}

- {{ time }} +

{{ time }}

{{ description | safe }}