Update terms.html to use LinkTitle instead of Name

This commit is contained in:
Aditya Telange
2026-04-11 13:07:30 +05:30
parent 730ab0de35
commit 7ca348827e
+1 -1
View File
@@ -18,7 +18,7 @@
{{- $count := .Count }} {{- $count := .Count }}
{{- with site.GetPage (printf "/%s/%s" $type $name) }} {{- with site.GetPage (printf "/%s/%s" $type $name) }}
<li> <li>
<a href="{{ .Permalink }}">{{ .Name }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a> <a href="{{ .Permalink }}">{{ .LinkTitle }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
</li> </li>
{{- end }} {{- end }}
{{- end }} {{- end }}