fix #10: urlize the terms
This commit is contained in:
parent
85309648e9
commit
4888812fd8
@ -5,7 +5,7 @@
|
||||
<ul class="terms">
|
||||
{{ range $key, $value := .Data.Terms }}
|
||||
<li>
|
||||
<a href="{{ (print "/" $.Data.Plural "/" $key) | relURL }}">
|
||||
<a href="{{ (print "/" $.Data.Plural "/" $key | urlize) | relURL }}">
|
||||
{{ $key }}
|
||||
</a>
|
||||
({{ len $value }})
|
||||
|
Loading…
Reference in New Issue
Block a user