mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +01:00
Add: tagcloud partial to main list template
This commit is contained in:
parent
a0876de5e1
commit
0bc4acc6b6
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,9 @@
|
|||
<div class="border-BioTech"></div>
|
||||
</dir>
|
||||
</div>
|
||||
|
||||
{{ partial "tagcloud.html" . }}
|
||||
|
||||
{{"<!-- Section Title -->" | safeHTML }}
|
||||
{{ $paginator := .Paginate .Data.Pages}}
|
||||
{{ range $paginator.Pages }}
|
||||
|
@ -29,4 +32,4 @@
|
|||
</section>
|
||||
{{"<!-- /Blog Section -->" | safeHTML }}
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue