diff --git a/layouts/partials/widgets/categories.html b/layouts/partials/widgets/categories.html index 0dfc929f4..b2c133e94 100644 --- a/layouts/partials/widgets/categories.html +++ b/layouts/partials/widgets/categories.html @@ -12,7 +12,7 @@

{{ i18n "categoriesTitle" }}

{{ $current := . }} {{ range $name, $items := .Site.Taxonomies.categories }} - {{ $name | upper }} ({{ len $items }}) + {{ $name | upper }} ({{ len $items }}) {{ end }} diff --git a/layouts/partials/widgets/tags.html b/layouts/partials/widgets/tags.html index 10f425e58..1f1ab4f2d 100644 --- a/layouts/partials/widgets/tags.html +++ b/layouts/partials/widgets/tags.html @@ -12,7 +12,7 @@

{{ i18n "tagsTitle" }}

{{ $current := . }} {{ range $name, $items := .Site.Taxonomies.tags }}
  • - {{ $name }} + {{ $name }}
  • {{ end }}