summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/taxonomy-templates.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/taxonomy-templates.md')
-rw-r--r--docs/content/en/templates/taxonomy-templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/taxonomy-templates.md b/docs/content/en/templates/taxonomy-templates.md
index d1f9e380f..c827376c2 100644
--- a/docs/content/en/templates/taxonomy-templates.md
+++ b/docs/content/en/templates/taxonomy-templates.md
@@ -238,7 +238,7 @@ Because we are leveraging the front matter system to define taxonomies for conte
<ul id="{{ $taxo }}">
{{ range .Param $taxo }}
{{ $name := . }}
- {{ with $.Site.GetPage (printf "/%s/%s" $taxo $name) }}
+ {{ with $.Site.GetPage (printf "/%s/%s" $taxo ($name | urlize)) }}
<li><a href="{{ .Permalink }}">{{ $name }}</a></li>
{{ end }}
{{ end }}