I guess it is unnecessary (perhaps even wrong) to urlize terms

This commit is contained in:
Yihui Xie 2017-06-19 14:19:12 -05:00
parent 307a0a9153
commit 4bb3052d17
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<ul class="terms"> <ul class="terms">
{{ range $key, $value := .Data.Terms }} {{ range $key, $value := .Data.Terms }}
<li> <li>
<a href="{{ (print "/" $.Data.Plural "/" ($key | urlize)) | relURL }}"> <a href="{{ (print "/" $.Data.Plural "/" $key) | relURL }}">
{{ $key }} {{ $key }}
</a> </a>
({{ len $value }}) ({{ len $value }})