diff --git a/components/PostCard.tsx b/components/PostCard.tsx
index cad316c..3bb92f5 100644
--- a/components/PostCard.tsx
+++ b/components/PostCard.tsx
@@ -13,7 +13,7 @@ export default function PostCard(props: { post: Post }) {
{post.blurb}
-
+
{post.publishedAt!.toLocaleDateString("en-us", {
month: "long",
diff --git a/islands/Example.tsx b/islands/Example.tsx
new file mode 100644
index 0000000..e0b5cf3
--- /dev/null
+++ b/islands/Example.tsx
@@ -0,0 +1,7 @@
+export default function Example() {
+ return (
+
+ Example
+
+ );
+}