From d7d066cfa1cd16dd502000077696388043c4dab9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Tue, 11 Feb 2025 17:45:19 +0530 Subject: Substituted 'Article' with 'Project' --- cmd/web/templates/articles/partials/comments-wrapper.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/web/templates/articles/partials/comments-wrapper.tmpl') 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 @@
- {{ range $comment := .Article.Comments }} + {{ range $comment := .Project.Comments }} {{ template "articles/partials/comments-card" Dict "Comment" $comment }} {{ end }}
-- cgit v1.2.3