@@ -48,7 +51,7 @@ export const Post = ({
diff --git a/html/one-post.tsx b/html/one-post.tsx index b765877..a7863f0 100644 --- a/html/one-post.tsx +++ b/html/one-post.tsx @@ -13,6 +13,7 @@ export const Post = ({ posted, link, id, + alt_text = true, }: { children?: ComponentChildren; @@ -25,6 +26,7 @@ export const Post = ({ posted: string; link?: string; id?: string; + alt_text?: boolean; }) => (