diff options
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/index.html')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/index.html b/themes/danix-xyz-hacker/layouts/index.html index 7247c3f..a290d6a 100644 --- a/themes/danix-xyz-hacker/layouts/index.html +++ b/themes/danix-xyz-hacker/layouts/index.html @@ -49,6 +49,11 @@ {{ i18n "contact" }} </a> </div> + + <!-- Tag Cloud Section --> + <div class="mt-16 pt-8 border-t border-border"> + {{ partial "tag-cloud.html" (dict "page" . "showCount" true "wrapInWidget" false "headingLevel" "h2") }} + </div> </div> </section> {{ end }} |
