[PIE-16] Basic tag page implementation (#13)

Adds `/tags/[name]` and associated API routes and such. `/tags/` has an extremely barebones layout atm so it's not publicly visible

Reviewed-on: #13
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
This commit was merged in pull request #13.
This commit is contained in:
2025-08-16 23:17:31 +12:00
committed by June
parent 6145f14df0
commit bf5d2f24c2
8 changed files with 88 additions and 6 deletions

View File

@@ -7,4 +7,8 @@ html {
/* @apply font-; */
@apply font-sans;
/* font-family: 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif; */
}
.title {
@apply text-2xl;
}