filters now filter blog posts correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user