delete leading slash from url in terms
This commit is contained in:
parent
9f0279bfe1
commit
7273a5884c
@ -5,7 +5,7 @@
|
||||
<ul class="terms">
|
||||
{{ range $key, $value := .Data.Terms }}
|
||||
<li>
|
||||
<a href="{{ (print "/" $.Data.Plural "/" (lower $key)) | absURL }}">
|
||||
<a href="{{ (print $.Data.Plural "/" (lower $key)) | absURL }}">
|
||||
{{ $key }}
|
||||
</a>
|
||||
({{ len $value }})
|
||||
|
Loading…
Reference in New Issue
Block a user