diff --git a/src/_includes/layouts/post.tsx b/src/_includes/layouts/post.tsx index c229626..a75b4c4 100644 --- a/src/_includes/layouts/post.tsx +++ b/src/_includes/layouts/post.tsx @@ -17,7 +17,7 @@ interface Data { } export default function ( - { children, toc, footnotes, lemmy, title }: Data & Lume.Data, + { children, toc, footnotes, title }: Data & Lume.Data, ) { return ( <> @@ -48,16 +48,6 @@ export default function ( {children}