added blog post tag filter buttons

This commit is contained in:
2026-03-31 14:48:38 +02:00
parent 6440a098bf
commit 9dcb9823a8
4 changed files with 58 additions and 15 deletions

View File

@@ -26,8 +26,8 @@ export interface BlogPostLink {
export enum BlogPostTag {
ART = "art-stuff", // ramblings to do with art
DRAWING = "drawing", // self-explanatory
TECH_TIP = "tech-tip", // tech guides
META = "natconf-meta", // about the website itself
TECH_TIP = "tech-tip", // tech guides
}