update relURL to absURL
This commit is contained in:
parent
20fc8d4245
commit
47453ee205
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
<ul class="terms">
|
||||
{{ range $key, $value := .Data.Terms }}
|
||||
<li>
|
||||
<a href="{{ (print "/" $.Data.Plural "/" (lower $key)) | relURL }}">
|
||||
<a href="{{ (print "/" $.Data.Plural "/" (lower $key)) | absURL }}">
|
||||
{{ $key }}
|
||||
</a>
|
||||
({{ len $value }})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue