hugo-hyperskip

Email-powered static comments for Hugo

git clone git://git.shimmy1996.com/hugo-hyperskip.git
commit bf89beeff690beded707fbfcddd9938a4c681242
parent 491c1025f0982eab00c0e6649362a65bde8d0f2f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 18:57:14 -0600

Remove time tag

Diffstat:
Mlayouts/partials/list_comment.html | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html
@@ -12,9 +12,8 @@
       {{- end -}}
     </h3>
     <nav>
-      <time datetime={{ $timestamp }}>
-        {{- .time.Format "2006-01-02" -}}
-      </time>&nbsp;|&nbsp;<a href="#{{ $hash }}">#
+      {{- .time.Format "2006-01-02" -}}
+      &nbsp;|&nbsp;<a href="#{{ $hash }}">#
         {{- $hash -}}
       </a>&nbsp;|&nbsp;<a href="#comment" onclick="reply({{ $hash }})">
         {{- i18n "hyperskip-reply" -}}