From 3fba585d79321ee0466ab25f7962293dde8efe4d Mon Sep 17 00:00:00 2001 From: Dillon Date: Thu, 14 May 2020 16:14:14 +0800 Subject: [PATCH] fix(style): add spaces for some icons --- layouts/posts/single.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index e0189fe1f..d6d2232d6 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -53,13 +53,13 @@

{{ . }}

{{- $publish_date := .PublishDate.Format (.Site.Params.dateformat | default "2006-01-02") -}} -   - {{ T "wordCount" .WordCount }}  - {{ T "readingTime" .ReadingTime }}  +    +  {{ T "wordCount" .WordCount }}  +  {{ T "readingTime" .ReadingTime }}  {{- $comment := .Scratch.Get "comment" | default dict -}} {{- if $comment.enable | and $comment.valine.enable | and $comment.valine.visitor -}} -  {{ T "views" }} +   {{ T "views" }}   {{- end -}}