From cd50aafb634b38889490fac793c757092d2a7fe0 Mon Sep 17 00:00:00 2001 From: dhammycool <140414943+dhammycool@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:32:37 +0100 Subject: [PATCH] Update comments.ejs Just learning how to use GitHub. The code looks very clean and easy to comprehend. --- views/components/comments.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/components/comments.ejs b/views/components/comments.ejs index 0e7fe5c8..ef15f947 100644 --- a/views/components/comments.ejs +++ b/views/components/comments.ejs @@ -5,6 +5,8 @@

留言

+// This is a clean and well understandable code. + <% comments.forEach(function (comment) { %>