category.php : don't show year if no article

This commit is contained in:
isUnknown 2024-04-06 11:55:51 +02:00
parent 3804d13cb6
commit b0fb0b101d
8 changed files with 50 additions and 35 deletions

View file

@ -6,6 +6,10 @@ body {
color: var(--color-primary);
}
main {
position: relative;
}
hr {
height: calc(var(--unit--vertical) / 2);
border: none;