-
- Lorenzo Iovino
-
-
- I write software and I also work on a small vineyard in Sicily. In code, trees grow
- downward from the root. In real life, trees grow upward from the roots. I spend way
- too much time thinking about this.
+
diff --git a/src/pages/blog/tag/[tag].astro b/src/pages/blog/tag/[tag].astro
index 679e8c8..8425695 100644
--- a/src/pages/blog/tag/[tag].astro
+++ b/src/pages/blog/tag/[tag].astro
@@ -118,7 +118,7 @@ const displayTag: string = tag.charAt(0).toUpperCase() + tag.slice(1);
<>
•
- {post.data.tags.slice(0, 3).map((postTag: string) => (
+ {post.data.tags.map((postTag: string) => (