diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html index 93a993b..7663b40 100644 --- a/layouts/partials/list-item.html +++ b/layouts/partials/list-item.html @@ -18,6 +18,10 @@

{{ .Title }}

{{ $.Scratch.Get "subtitle" }}
- {{ range .Params.tags }} {{ . }} {{ end }} + {{ range .Params.tags }} + + {{ . }} + + {{ end }}