Add notbyai.fyi badge

This commit is contained in:
Maciej Pędzich 2024-03-26 16:48:01 +01:00
parent 6a9a58007d
commit 97939dcf00
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -23,4 +23,11 @@ const { Content, headings } = await post.render();
<BlogPost {...post.data}> <BlogPost {...post.data}>
{headings.length > 0 && <TableOfContents headings={headings} />} {headings.length > 0 && <TableOfContents headings={headings} />}
<Content /> <Content />
<a href="https://notbyai.fyi" target="_blank" rel="noopener noreferrer">
<img
src="/Written-By-Human-Not-By-AI-Badge-white@2x.png"
alt="Written by human, not by AI"
width="160"
/>
</a>
</BlogPost> </BlogPost>