mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
⚡ Perf: hide post count of tag when tagcloud is enabled
This commit is contained in:
@@ -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
@@ -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
Reference in New Issue
Block a user