🔀 sync main branch code
This commit is contained in:
commit
726349a2e0
@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="tag-cloud-tags">
|
<div class="tag-cloud-tags">
|
||||||
{{ $randNums := (seq 10) }}
|
{{ $randNums := (seq 10) }}
|
||||||
{{ range $name, $items := $tags }}
|
{{- range $name, $items := $tags }}
|
||||||
<a class="tag-cloud-{{ index (shuffle $randNums) 0 }}" href="{{ "/tags/" | relLangURL }}{{ $name | urlize }}">{{ .Page.Title }}
|
<a class="tag-cloud-{{ index (shuffle $randNums) 0 }}" href="{{ "/tags/" | relLangURL }}{{ $name | urlize }}">{{ .Page.Title }}
|
||||||
<span class="tag-list-count">
|
<span class="tag-list-count">
|
||||||
<sup>({{ len $items }})</sup>
|
<sup>({{ len $items }})</sup>
|
||||||
|
Loading…
Reference in New Issue
Block a user