summary refs log tree commit diff
path: root/templates/topic.html
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-09-09 01:30:53 +0300
committertzlil <tzlils@protonmail.com>2023-09-09 01:30:53 +0300
commit848dd36a72e11a859b9dafbdfb26cece3568d011 (patch)
tree4c4139b6b68b3c9e43078beb7624ea5090a0eded /templates/topic.html
parent0deb290b05b6be68d40eb750d4eb5a244d6c56d8 (diff)
make html a little nicer
Diffstat (limited to 'templates/topic.html')
-rw-r--r--templates/topic.html4
1 files changed, 3 insertions, 1 deletions
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 = {
 </head>
 
 <body>
+  <i>Submitted on {{published}}</i>
 	<h1>{{title}}</h1>
-	<h2>{{description}}</h2>
+  <h2>{{ authors|map(attribute='name')|join(', ') }}</h2>
+	<h3>{{description}}</h3>
 	<a href="{{link}}">{{link}}</a>
 </body>
 </html>