aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/templates/home/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/home/home.tmpl b/web/templates/home/home.tmpl
index 39cf1fb..afef5cc 100644
--- a/web/templates/home/home.tmpl
+++ b/web/templates/home/home.tmpl
@@ -45,7 +45,7 @@
<div class="mx-auto text-center">
<p class="mb-1"><a class="text-muted" href="/popular"><b>Recent Popular Threads</b></a></p>
{{range .PopularThreads}}
- <p class="mb-1"><a href="/{{.GetListNameFromSubject}}/message/{{.Id}}" class="text-muted">{{.Subject}}</a></p>
+ <p class="mb-1"><a href="/{{.List}}/message/{{.Id}}" class="text-muted">{{.Subject}}</a></p>
{{end}}
</div>
</div>