hugo-hyperskip

Email-powered static comments for Hugo

git clone git://git.shimmy1996.com/hugo-hyperskip.git
commit c33d16f54d439fb3c5fb2574a91e685cf454672a
parent 8801062300f727b6ecc049af84a429bc2c93a19f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue,  7 Jan 2020 20:55:42 -0600

Display hash in thread for context

Diffstat:
Mlayouts/partials/list_comment.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html
@@ -23,6 +23,7 @@
         </a>&nbsp;|&nbsp;<a href="#comment" onclick="reply({{ $hash }})">
           {{- i18n "hyperskip-reply" -}}
         </a>
+        {{- else -}}&nbsp;|&nbsp;#{{ $hash }}
         {{- end -}}
     </p></nav>
   </header>