diff --git a/layouts/partials/list_content.html b/layouts/partials/list_content.html index 79cf3bd..ed45123 100644 --- a/layouts/partials/list_content.html +++ b/layouts/partials/list_content.html @@ -4,7 +4,7 @@
  • {{ .Title }} - +
  • {{- end }} diff --git a/layouts/partials/post_content.html b/layouts/partials/post_content.html index a02de2b..a4a1e90 100644 --- a/layouts/partials/post_content.html +++ b/layouts/partials/post_content.html @@ -4,7 +4,7 @@
    - {{ if not .Date.IsZero }} {{ .Date.Format .Site.Params.dateformat }} {{end}} + {{ if not .Date.IsZero }} {{ .Date.Format .Site.Params.dateformat }} {{end}} {{ if isset .Params "categories" }} {{ $total := len .Params.categories }} @@ -22,9 +22,9 @@ {{ $total := len .Params.tags }} {{ if gt $total 0 }}
    - {{ $subtotal := sub $total 1 }} + {{ $subtotal := sub $total 1 }} {{ range $i, $tag := sort $.Params.tags }} - #{{ $tag | lower }}{{ if lt $i $subtotal }} {{ end }} + {{ $tag | lower }}{{ if lt $i $subtotal }} {{ end }} {{ end }} {{ end }} {{ end }}