Skip to content

Commit 7ca3488

Browse files
committed
Update terms.html to use LinkTitle instead of Name
1 parent 730ab0d commit 7ca3488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_default/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>{{ .Title }}</h1>
1818
{{- $count := .Count }}
1919
{{- with site.GetPage (printf "/%s/%s" $type $name) }}
2020
<li>
21-
<a href="{{ .Permalink }}">{{ .Name }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
21+
<a href="{{ .Permalink }}">{{ .LinkTitle }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
2222
</li>
2323
{{- end }}
2424
{{- end }}

0 commit comments

Comments
 (0)