diff --git a/layouts/partials/article/components/details.html b/layouts/partials/article/components/details.html
index 016e9d6..60095de 100644
--- a/layouts/partials/article/components/details.html
+++ b/layouts/partials/article/components/details.html
@@ -5,7 +5,7 @@
     {{ if $categories }}
     <header class="article-category">
         {{ range $category := $categories }}
-            {{ $term := $.Site.GetPage (printf "/categories/%s" $category) }}
+            {{ $term := $.Site.GetPage (printf "/categories/%s" $category | urlize ) }}
             {{ if and $image.exists $image.resource }}
                 {{- $imageRaw := $image.resource | resources.Fingerprint "md5"  -}}
                 {{- $20x := $imageRaw.Fill "20x20 smart"  -}}