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 }}