We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730ab0d commit 7ca3488Copy full SHA for 7ca3488
1 file changed
layouts/_default/terms.html
@@ -18,7 +18,7 @@ <h1>{{ .Title }}</h1>
18
{{- $count := .Count }}
19
{{- with site.GetPage (printf "/%s/%s" $type $name) }}
20
<li>
21
- <a href="{{ .Permalink }}">{{ .Name }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
+ <a href="{{ .Permalink }}">{{ .LinkTitle }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
22
</li>
23
{{- end }}
24
0 commit comments