commit 7399c83e96a08300ad9a97c3f1d93a4551e8ed40
parent bf2490b4427d13968669ccc9bb2e6ee6c044e47b
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Tue, 7 Jan 2020 20:16:26 -0600
Add back whitespace for non-owners
This reverts commit bf2490b4427d13968669ccc9bb2e6ee6c044e47b.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html
@@ -12,7 +12,7 @@
{{- if (strings.HasSuffix ($.Site.Author.email | sha256) .email_hash) -}}
✦
{{- else -}}
- <code>{{ .email_hash | last 4 }}</code>
+ <code>{{ .email_hash | last 4 }}</code>
{{- end -}}
</h3>
{{ if not ($.Scratch.Get "is_feed") }}