diff options
Diffstat (limited to 'cmd/web/templates/articles/partials/comments-wrapper.tmpl')
-rw-r--r-- | cmd/web/templates/articles/partials/comments-wrapper.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/templates/articles/partials/comments-wrapper.tmpl b/cmd/web/templates/articles/partials/comments-wrapper.tmpl index 266b4e5..048f945 100644 --- a/cmd/web/templates/articles/partials/comments-wrapper.tmpl +++ b/cmd/web/templates/articles/partials/comments-wrapper.tmpl @@ -1,5 +1,5 @@ <div id="article-comments-wrapper"> - {{ range $comment := .Article.Comments }} + {{ range $comment := .Project.Comments }} {{ template "articles/partials/comments-card" Dict "Comment" $comment }} {{ end }} </div> |