From 5e356c5f635d45f0241854d9f43f38b2f0bd44f9 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Tue, 10 Jul 2018 01:41:34 +0800 Subject: style(*): google js style & trim whitespace --- layouts/post/summary.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/post/summary.html') diff --git a/layouts/post/summary.html b/layouts/post/summary.html index 6069ca1..c06e292 100644 --- a/layouts/post/summary.html +++ b/layouts/post/summary.html @@ -5,14 +5,14 @@ {{ .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }} {{ with .Params.categories -}}
- {{ range . }} + {{ range . -}} {{ . }} - {{ end }} + {{ end -}}
{{- end }} - {{ if .Site.Params.moreMeta -}} - {{ T "wordCount" .WordCount }} - {{ T "readingTime" .ReadingTime }} + {{- if .Site.Params.moreMeta }} + {{ T "wordCount" .WordCount }} + {{ T "readingTime" .ReadingTime }} {{- end }} -- cgit v1.2.3