mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Add notbyai.fyi badge
This commit is contained in:
parent
6a9a58007d
commit
97939dcf00
BIN
public/Written-By-Human-Not-By-AI-Badge-white@2x.png
Normal file
BIN
public/Written-By-Human-Not-By-AI-Badge-white@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user