diff --git a/hakyll.cabal b/hakyll.cabal
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
 Name:    hakyll
-Version: 3.2.0.9
+Version: 3.2.0.10
 
 Synopsis: A static website compiler library
 Description:
diff --git a/src/Hakyll/Web/Tags.hs b/src/Hakyll/Web/Tags.hs
--- a/src/Hakyll/Web/Tags.hs
+++ b/src/Hakyll/Web/Tags.hs
@@ -170,7 +170,7 @@
 renderTagList makeUrl = renderTags makeUrl makeLink (intercalate ", ")
   where
     makeLink tag url count _ _ = renderHtml $
-        H.a ! A.href (toValue url) $ toHtml (tag ++ "(" ++ show count ++ ")")
+        H.a ! A.href (toValue url) $ toHtml (tag ++ " (" ++ show count ++ ")")
 
 -- | Render tags with links
 --
