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 059b62c commit b3e504bCopy full SHA for b3e504b
1 file changed
layouts/taxonomy.html
@@ -13,14 +13,14 @@ <h1>{{ .Title }}</h1>
13
14
<ul class="terms-tags">
15
{{- $type := .Type }}
16
- {{- range $key, $value := .Data.Terms.Alphabetical }}
17
- {{- $name := .Name }}
18
- {{- $count := .Count }}
19
- {{- with site.GetPage (printf "/%s/%s" $type $name) }}
20
- <li>
21
- <a href="{{ .Permalink }}">{{ .LinkTitle }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
22
- </li>
23
- {{- end }}
+ {{- range $key, $value := .Data.Terms.Alphabetical }}
+ {{- $name := .Name }}
+ {{- $count := .Count }}
+ {{- with site.GetPage (printf "/%s/%s" $type $name) }}
+ <li>
+ <a href="{{ .Permalink }}">{{ .LinkTitle }} <sup><strong><sup>{{ $count }}</sup></strong></sup> </a>
+ </li>
+ {{- end }}
24
{{- end }}
25
</ul>
26
0 commit comments