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 }}