changes comma in Categories to dot
This commit is contained in:
parent
a5db114d7f
commit
5ecdfb0e28
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
{{- $total := sub $total 1 -}}
|
||||
{{- range $i, $cat := sort . }}
|
||||
<a class="post__category" href="{{ "/categories/" | relURL }}{{ $cat | urlize }}">{{ $cat | upper }}</a>
|
||||
{{ if lt $i $total }},{{ end }}
|
||||
{{ if lt $i $total }}•{{ end }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue