Skip to content

Commit b3e504b

Browse files
committed
style(taxonomy): improve indentation for better readability
1 parent 059b62c commit b3e504b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

layouts/taxonomy.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ <h1>{{ .Title }}</h1>
1313

1414
<ul class="terms-tags">
1515
{{- $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 }}
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 }}
2424
{{- end }}
2525
</ul>
2626

0 commit comments

Comments
 (0)