Add basic tag support for showing and filtering tagged posts

This commit is contained in:
2026-01-12 13:49:23 -08:00
parent b0fd1b6d9e
commit 88b6d1bade
7 changed files with 109 additions and 163 deletions

View File

@@ -569,9 +569,6 @@ h1 {
background-color: var(--text-primary);
color: var(--bg-primary);
border-color: var(--text-primary);
font-weight: 600;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transform: scale(1.05);
}
/* Tag actions for clearing filters */
@@ -1099,15 +1096,15 @@ h1 {
.post-title {
font-size: 28px;
}
.back-button {
margin-bottom: 12px;
}
.back-link {
font-size: 13px;
}
.back-arrow {
font-size: 15px;
margin-right: 6px;