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/single.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts/post/single.html') diff --git a/layouts/post/single.html b/layouts/post/single.html index 7960c64..3a737d3 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -9,9 +9,9 @@ {{ .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }} {{ with .Params.categories -}}
- {{ range . -}} - {{ . }} - {{- end }} + {{ range . }} + {{ . }} + {{ end }}
{{- end }} {{ if .Site.Params.moreMeta -}} @@ -63,4 +63,4 @@ -{{- end }} \ No newline at end of file +{{- end }} -- cgit v1.2.3