commit e9530df7feadc022b342079dcdb07c0fe10aa759
parent c487e121040bae21065def8635236511810a2457
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Jan 2020 11:49:09 -0600
Remove styling
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html
@@ -18,7 +18,7 @@
</span>
<br/>
<time datetime={{ $timestamp }}>{{ $timestamp }}</time>
- <div style="margin-top:1em;">{{ .content | htmlEscape | markdownify }}</div>
+ <div>{{ .content | htmlEscape | markdownify }}</div>
</div>
{{ end }}
<script>