taxonomy: fix output for hugo --minify #671

This commit is contained in:
Sören Weber 2023-10-03 20:27:09 +02:00
parent e871f5ebc0
commit b998bec84f
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 6 additions and 3 deletions

View file

@ -5,8 +5,8 @@
margin-top: 1rem;
}
.tags.term-list li ~ li:before {
content: none
.tags.term-list ul > li ~ li:before {
content: " "
}
#R-body .tags a.term-link {

View file

@ -2196,6 +2196,9 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
display: inline;
padding: 0;
}
.term-list li ~ li:before {
.term-list i ~ ul > li:before{
content: " "
}
.term-list ul > li ~ li:before {
content: " | "
}