commit bf89beeff690beded707fbfcddd9938a4c681242
parent 491c1025f0982eab00c0e6649362a65bde8d0f2f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Jan 2020 18:57:14 -0600
Remove time tag
Diffstat:
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> | <a href="#{{ $hash }}">#
+ {{- .time.Format "2006-01-02" -}}
+ | <a href="#{{ $hash }}">#
{{- $hash -}}
</a> | <a href="#comment" onclick="reply({{ $hash }})">
{{- i18n "hyperskip-reply" -}}