Perf: hide post count of tag when tagcloud is enabled

This commit is contained in:
Cell
2022-11-06 03:15:28 +08:00
parent d7edd8aab7
commit 37666132fb
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -45,16 +45,25 @@
margin: 10px!important;
&:active,
&:focus,
&:hover {
color: $global-link-hover-color!important;
[data-theme='dark'] & {
color: $global-link-hover-color-dark;
}
sup {
opacity: 1;
}
}
[data-theme='dark'] & {
color: $tag-cloud-color-dark!important;
}
sup {
opacity: 0;
}
}
}
+1 -1
View File
@@ -198,7 +198,7 @@
min = 14 # Minimum font size in px
max = 32 # Maximum font size in px
peakCount = 10 # Maximum count of posts per tag
orderby = "name" # Order of tags, optional values: ['name', 'count']
orderby = "name" # Order of tags, optional values: ["name", "count"]
# Home page config
[params.home]
+1 -1
Submodule docs updated: c450a74e34...b130d5d39e