changed blog tags to string enum; added blog post entry gallery
This commit is contained in:
@@ -24,10 +24,10 @@ export interface BlogPostLink {
|
||||
}
|
||||
|
||||
export enum BlogPostTag {
|
||||
ART, // ramblings to do with art
|
||||
DRAWING, // self-explanatory
|
||||
TECH_TIP, // tech guides
|
||||
META, // about the website itself
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user