Skip to content

Commit

Permalink
fix terms bug
Browse files Browse the repository at this point in the history
  • Loading branch information
varkai committed Apr 18, 2019
1 parent 92799ca commit a6b9801
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/_default/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
{{ if ($value.Name) }}
<li>
<a href="{{ $data.Plural | relURL }}/{{ $value.Name | urlize }}">
{{ .Page.Title }} <span class="terms_count">{{ $value.Count }}</span>
{{ $value.Name }} <span class="terms_count">{{ $value.Count }}</span>
</a>

</li>
{{ end }}
{{ end }}
Expand Down

0 comments on commit a6b9801

Please sign in to comment.