filters now filter blog posts correctly

This commit is contained in:
2026-03-31 15:28:37 +02:00
parent 9dcb9823a8
commit 4ea6d168a6
2 changed files with 20 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ export interface BlogPostLink {
}
export enum BlogPostTag {
NULL = "X", // placeholder when a 'no tag' is needed. if in doubt, do not use this
ART = "art-stuff", // ramblings to do with art
DRAWING = "drawing", // self-explanatory
META = "natconf-meta", // about the website itself