aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/popular/utils.go')
-rw-r--r--pkg/app/popular/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/popular/utils.go b/pkg/app/popular/utils.go
index 66abe3e..574e60b 100644
--- a/pkg/app/popular/utils.go
+++ b/pkg/app/popular/utils.go
@@ -13,7 +13,7 @@ func renderPopularThreads(w http.ResponseWriter, templateData interface{}) {
template.Must(
template.New("Popular").
ParseGlob("web/templates/layout/*.tmpl")).
- ParseGlob("web/templates/popular/*.tmpl"))
+ ParseGlob("web/templates/popular/threads.tmpl"))
templates.ExecuteTemplate(w, "threads.tmpl", templateData)
}