refactor: remove humanize function from taxonomy name

This commit is contained in:
Jimmy Cai
2020-10-10 09:13:40 +02:00
parent fc0e7c847c
commit 9df7271547
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<div class="tagCloud-tags">
{{ range first .Site.Params.widgets.tagCloud.limit .Site.Taxonomies.tags.ByCount }}
<a href="{{ .Page.Permalink }}" class="font_size_{{ .Count }}">
{{ .Page.Title | humanize }}
{{ .Page.Title }}
</a>
{{ end }}
</div>