Use individual <a> for each tag/category/etc in post metadata

Fixes #85
This commit is contained in:
2025-08-09 22:34:11 -05:00
parent 67de113bdf
commit 3d55a7dabe
5 changed files with 24 additions and 25 deletions

View File

@@ -506,6 +506,14 @@ footer p {
margin-top: 10px;
}
:is(
.page-metadata-section:is(.categories, .tags, .series),
.page-metadata-item.authors
) > a:not(:last-child):after {
color: var(--text-0);
content: ",";
}
.post-media {
margin-top: 15px;
}