feat(cloudTags): add custom colors support for cloudTags on tags page

This commit is contained in:
Void4m0n
2025-12-22 20:20:36 +01:00
parent 2bab33d312
commit 3b4b143c27
2 changed files with 37 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
.tag-cloud-list.text-center
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'})
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em', colormode: page.colormode, custom_colors: page.custom_colors})