diff --git a/layouts/partials/post_tags.html b/layouts/partials/post_tags.html index 8038a7d..148a613 100644 --- a/layouts/partials/post_tags.html +++ b/layouts/partials/post_tags.html @@ -1,8 +1,11 @@ -{{ if isset $.Params "tags" }} -{{ $tagsLen := len $.Params.tags }} -{{ if gt $tagsLen 0 }} +{{- $taxo := "tags" -}} +{{- with .Param $taxo }}
-{{ end }} -{{ end }} \ No newline at end of file +{{- end }} \ No newline at end of file