From 9c796e081842906cb673233fb13912a3aea371eb Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 17 Aug 2019 04:48:39 +0800 Subject: [PATCH] fix: fix css bug --- layouts/posts/single.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index b93fef90..28cf953b 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -22,7 +22,7 @@ {{ range . }} {{- $name := . -}} {{- with $.Site.GetPage "taxonomy" (printf "categories/%s" $name) | default ($.Site.GetPage "taxonomy" (printf "categories/%s" ($name | urlize))) -}} - +   {{ $name }} {{ end -}} {{ end }} @@ -30,15 +30,15 @@ {{- end }}
- +   - +    {{ T "wordCount" .WordCount }} - +    {{ T "readingTime" .ReadingTime }} {{ if and .Site.Params.valine.enable .Site.Params.valine.visitor }} - +   {{ T "pageviews" | safeHTML }} {{ end }}