From fa7e44cec87ae2ec0c572cf808976492d486e969 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 14 Nov 2017 10:27:19 -0500 Subject: fix: separate categories (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Separate categories with whitespace * Modify the _header.scss file to add a 'ยท' character release 2.6.6 --- layouts/post/summary.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts/post/summary.html') diff --git a/layouts/post/summary.html b/layouts/post/summary.html index be4366b..bbebe31 100644 --- a/layouts/post/summary.html +++ b/layouts/post/summary.html @@ -6,9 +6,9 @@ {{ .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }} {{ with .Params.categories -}}
- {{ range . -}} - {{ . }} - {{- end }} + {{ range . }} + {{ . }} + {{ end }}
{{- end }} {{ if .Site.Params.moreMeta -}} @@ -26,4 +26,4 @@ {{ $lang.posts.readmore }} - \ No newline at end of file + -- cgit v1.2.3