hugo-hyperskip

Email-powered static comments for Hugo

git clone git://git.shimmy1996.com/hugo-hyperskip.git
commit 9f3ca2e0ace4e64caea30aff41aaa10808e7e9ff
parent 9d51f2a53e2c5e53b340ae3c18e8a367b6073147
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  4 Jan 2020 19:28:09 -0600

Use the same format as most message boards for reply

Diffstat:
Mlayouts/partials/list_comment.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html
@@ -16,7 +16,7 @@
 {{ end }}
 <script>
   function reply(hash) {
-      document.forms.comment_form.comment.value += "[>>#" + hash + "](#" + hash + ")\n";
+      document.forms.comment_form.comment.value += "[>>" + hash + "](#" + hash + ")\n";
   }
 </script>
 {{ end }}