diff --git a/layouts/_partials/docs/taxonomy.html b/layouts/_partials/docs/taxonomy.html index 90366ae..e1a135f 100644 --- a/layouts/_partials/docs/taxonomy.html +++ b/layouts/_partials/docs/taxonomy.html @@ -3,10 +3,10 @@ {{ range $term, $_ := .Site.Taxonomies }} {{ with $.Site.GetPage (printf "/%s" $term | urlize) }}
  • - {{ .Title | title }} + {{ T .Title | default .Title }}