From 848dd36a72e11a859b9dafbdfb26cece3568d011 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 9 Sep 2023 01:30:53 +0300 Subject: make html a little nicer --- templates/topic.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/topic.html') diff --git a/templates/topic.html b/templates/topic.html index b8c9d2c..f8cad13 100644 --- a/templates/topic.html +++ b/templates/topic.html @@ -22,8 +22,10 @@ MathJax = { + Submitted on {{published}}

{{title}}

-

{{description}}

+

{{ authors|map(attribute='name')|join(', ') }}

+

{{description}}

{{link}} -- cgit 1.4.1