Skip to content

Commit

Permalink
Added taxonomies LinkedTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu1995 committed Jul 2, 2024
1 parent 309da20 commit 367a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/taxonomy_terms_cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5 class="taxonomy-title">{{ . }}</h5>
{{ end -}}
<ul class="taxonomy-terms">
{{ range $taxonomy -}}
<li><a class="taxonomy-term" href="{{ .Page.Permalink }}" data-taxonomy-term="{{ urlize .Page.Title }}"><span class="taxonomy-label">{{ .Page.Title }}</span><span class="taxonomy-count">{{ .Count }}</span></a></li>
<li><a class="taxonomy-term" href="{{ .Page.Permalink }}" data-taxonomy-term="{{ urlize .Page.Title }}"><span class="taxonomy-label">{{ .Page.LinkTitle }}</span><span class="taxonomy-count">{{ .Count }}</span></a></li>
{{ end -}}
</ul>
</div>
Expand Down

0 comments on commit 367a765

Please sign in to comment.