diff --git a/layouts/partials/block/taxonomies.html b/layouts/partials/block/taxonomies.html index 4714084..1adc405 100644 --- a/layouts/partials/block/taxonomies.html +++ b/layouts/partials/block/taxonomies.html @@ -3,7 +3,7 @@ {{ if .Params.categories }} {{ range (.GetTerms "categories") }}
  • - {{ .LinkTitle }} @@ -13,7 +13,7 @@ {{ if .Params.tags }} {{ range (.GetTerms "tags") }}
  • - {{ partial "icon.html" site.Params.taxonomies.icons.tags }}