actually use .RelPermalink instead of .Permalink
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M layouts/_default/terms.html → layouts/_default/terms.html
@@ -5,7 +5,7 @@ <ul class="terms"> {{ range .Data.Terms }} <li> - <a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a> ({{ .Count }}) + <a href="{{ .Page.RelPermalink }}">{{ .Page.Title }}</a> ({{ .Count }}) </li> {{ end }} </ul>