chore: don't generate unwatched/unread pages

This commit is contained in:
Cory Dransfeldt 2024-08-25 12:12:55 -07:00
parent 98b6399c89
commit 5376095860
No known key found for this signature in database
8 changed files with 13 additions and 11 deletions

View file

@ -77,6 +77,10 @@
}
}
p.concerts + ul + hr {
display: none;
}
@media screen and (min-width: 768px) {
.artist-focus {
& img {