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