From eec96865ef7553b76d0c459b898a878a96f195c4 Mon Sep 17 00:00:00 2001 From: CactiChameleon9 <51231053+CactiChameleon9@users.noreply.github.com> Date: Sat, 28 Jun 2025 18:51:20 +0100 Subject: [PATCH] Improve the comment appearence --- templates/comments.html | 4 ++++ templates/comments_embedded.html | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/comments.html b/templates/comments.html index 3992784..a0c82ea 100644 --- a/templates/comments.html +++ b/templates/comments.html @@ -15,6 +15,10 @@ +

Note: Comments will take 24 hours to appear on the site for moderation

+

Note2: Submitting a comment will bring you to a JSON-response page, just return back

+ +

What other people said...

\ No newline at end of file diff --git a/templates/comments_embedded.html b/templates/comments_embedded.html index a629ddd..a177576 100644 --- a/templates/comments_embedded.html +++ b/templates/comments_embedded.html @@ -1,5 +1,7 @@ {{ template "_style.html" .}} +
{{ .Content }} -
\ No newline at end of file + + \ No newline at end of file