From 76e7475a877c03d44b14c044f479da7622b1efba Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 17 Aug 2019 04:53:27 +0800 Subject: [PATCH] fix: fix css bug --- layouts/posts/single.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 28cf953..477735a 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -31,14 +31,14 @@
  - -    - {{ T "wordCount" .WordCount }} -    - {{ T "readingTime" .ReadingTime }} +   +   + {{ T "wordCount" .WordCount }}  +   + {{ T "readingTime" .ReadingTime }}  {{ if and .Site.Params.valine.enable .Site.Params.valine.visitor }} -   + {{ T "pageviews" | safeHTML }} {{ end }}