From 5ecdfb0e280bc70eba72877c61c3a3604b35bb6e Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Mon, 23 Jul 2018 14:00:54 +1000 Subject: [PATCH] changes comma in Categories to dot --- layouts/partials/post-meta-before.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post-meta-before.html b/layouts/partials/post-meta-before.html index c42d96d..1fd8ad9 100644 --- a/layouts/partials/post-meta-before.html +++ b/layouts/partials/post-meta-before.html @@ -12,7 +12,7 @@ {{- $total := sub $total 1 -}} {{- range $i, $cat := sort . }} {{ $cat | upper }} - {{ if lt $i $total }},{{ end }} + {{ if lt $i $total }}•{{ end }} {{- end -}} {{- end -}} {{- end -}}