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