mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 00:54:22 +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>
|
<div class="border-BioTech"></div>
|
||||||
</dir>
|
</dir>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ partial "tagcloud.html" . }}
|
||||||
|
|
||||||
{{"<!-- Section Title -->" | safeHTML }}
|
{{"<!-- Section Title -->" | safeHTML }}
|
||||||
{{ $paginator := .Paginate .Data.Pages}}
|
{{ $paginator := .Paginate .Data.Pages}}
|
||||||
{{ range $paginator.Pages }}
|
{{ range $paginator.Pages }}
|
||||||
|
@ -29,4 +32,4 @@
|
||||||
</section>
|
</section>
|
||||||
{{"<!-- /Blog Section -->" | safeHTML }}
|
{{"<!-- /Blog Section -->" | safeHTML }}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue