{{ if .Site.Params.enablePostTags }} {{ with .Params.tags }}
{{ range . }} {{ $tag := . }} {{ $path := (urls.Parse ($tag | urlize)).Path }} {{ with $.Site.GetPage (printf `/tags/%s` $path) }} {{ $icon := partial "utils/icon.html" (dict "$" $ "name" $.Site.Params.postTagsIcon "class" "tag-icon") }} {{ end }} {{ end }}
{{ end }} {{ end }}