From 78f05fd5f398928f44cbf4cb961cf69ab7a3b1db Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Tue, 31 Mar 2026 16:10:26 +0200 Subject: [PATCH] added i-made-this tag to some more posts --- src/routes/blog/posts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/blog/posts.ts b/src/routes/blog/posts.ts index 8c3bb06..828cef4 100644 --- a/src/routes/blog/posts.ts +++ b/src/routes/blog/posts.ts @@ -117,6 +117,7 @@ export const posts: BlogPostLink[] = [ tags: [ BlogPostTag.ART, BlogPostTag.DRAWING, + BlogPostTag.IMADETHIS, ], } }, @@ -146,6 +147,7 @@ export const posts: BlogPostLink[] = [ tags: [ BlogPostTag.ART, BlogPostTag.DRAWING, + BlogPostTag.IMADETHIS, ], } },