diff --git a/src/_includes/layouts/post.tsx b/src/_includes/layouts/post.tsx index 8e99577..c229626 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 }: Data & Lume.Data, + { children, toc, footnotes, lemmy, title }: Data & Lume.Data, ) { return ( <> @@ -58,6 +58,21 @@ export default function ( Discuss on Lemmy )} + {title && ( + + email icon + Email reply + + )} {footnotes.length > 0 && (