Add topics to classifieds

This commit is contained in:
2026-02-17 20:36:10 +00:00
committed by Jon Staab
parent 6d99e296e4
commit 006e8ca7dc
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()