diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index 8171048..cde46ee 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -25,8 +25,8 @@
{{ range $k, $v := .Params.topics }} - {{ . }}{{ if lt $k (sub $count - 1) }} /{{ end }} + {{ . }} + {{ if lt $k (sub $count 1) }} /{{ end }} {{ end }}
{{ end }} @@ -38,8 +38,8 @@
{{ range $k, $v := .Params.tags }} - {{ . }}{{ if lt $k (sub $count 1) }} /{{ - end }} + {{ . }} + {{ if lt $k (sub $count 1) }} /{{ end }} {{ end }}
{{ end }}