added i-made-this tag to some more posts

This commit is contained in:
2026-03-31 16:10:26 +02:00
parent 0699b7e08d
commit 78f05fd5f3

View File

@@ -117,6 +117,7 @@ export const posts: BlogPostLink[] = [
tags: [ tags: [
BlogPostTag.ART, BlogPostTag.ART,
BlogPostTag.DRAWING, BlogPostTag.DRAWING,
BlogPostTag.IMADETHIS,
], ],
} }
}, },
@@ -146,6 +147,7 @@ export const posts: BlogPostLink[] = [
tags: [ tags: [
BlogPostTag.ART, BlogPostTag.ART,
BlogPostTag.DRAWING, BlogPostTag.DRAWING,
BlogPostTag.IMADETHIS,
], ],
} }
}, },