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