Classifieds tags (#18) (#65)

Closes #18

Reviewed-on: #65
Co-authored-by: triesap <tyson@radroots.org>
Co-committed-by: triesap <tyson@radroots.org>
This commit is contained in:
2026-02-25 00:09:50 +00:00
committed by Jon Staab
parent ba11d53922
commit 4000477bdb
8 changed files with 172 additions and 8 deletions
+2
View File
@@ -28,3 +28,5 @@ export const buildUrl = (base: string | URL, ...pathname: string[]) => {
}
export const addPeriod = (s: string) => (s + ".").replace(/\.+$/, ".")
export const normalizeTopic = (topic: string) => topic.trim().replace(/^#+/, "").toLowerCase()