From 6a59874238b8c67af495db14d5c5030e619f886f Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Fri, 10 Sep 2021 19:21:33 +0300 Subject: [PATCH] feat: add margin bottom for posts list --- templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/thread.html b/templates/thread.html index c752175..154ca44 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -12,7 +12,7 @@
{{ template "post-form" $FirstPost.ID }} -
+
{{range $Post := .}}