summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/index.html
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-21 23:55:40 +0200
committerDanilo M. <danix@danix.xyz>2026-04-21 23:55:40 +0200
commit702265c58133da18ed890c91fd01dd9aa38893f2 (patch)
tree009f8793e251cde9096d4bc90a1bf634c7f2afe2 /themes/danix-xyz-hacker/layouts/index.html
parent599c950771f8a9ea2021013a828fe672a74e7cd4 (diff)
downloaddanixxyz-702265c58133da18ed890c91fd01dd9aa38893f2.tar.gz
danixxyz-702265c58133da18ed890c91fd01dd9aa38893f2.zip
feat: make tag cloud heading optional, remove from homepage
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/index.html')
-rw-r--r--themes/danix-xyz-hacker/layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/index.html b/themes/danix-xyz-hacker/layouts/index.html
index a290d6a..fd3cfa0 100644
--- a/themes/danix-xyz-hacker/layouts/index.html
+++ b/themes/danix-xyz-hacker/layouts/index.html
@@ -52,7 +52,7 @@
<!-- 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") }}
+ {{ partial "tag-cloud.html" (dict "page" . "showCount" true "wrapInWidget" false) }}
</div>
</div>
</section>