Use singular or plural taxonomy names depending on how many items are in the taxonomy for the page
This commit is contained in:
parent
1b463e35d8
commit
97aa739b3f
3 changed files with 17 additions and 10 deletions
|
@ -1,7 +1,3 @@
|
|||
{{/*
|
||||
099_taxonomy_list.css
|
||||
Eryn Wells <eryn@erynwells.me>
|
||||
*/}}
|
||||
|
||||
|
||||
|
||||
|
@ -23,7 +19,7 @@
|
|||
|
||||
&::before {
|
||||
color: var(--text-color-secondary);
|
||||
content: attr(data-term) " =";
|
||||
content: attr(data-name) " =";
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue