add 'not by ai' badge

This commit is contained in:
2024-02-15 17:02:13 -05:00
parent e356084715
commit fd18380a51
4 changed files with 81 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ const { Content } = await post.render();
<article>
<Content />
</article>
<a href="https://notbyai.fyi/">
<i class="not-by-ai"></i>
</a>
<Tags tags={data.tags} />
</Layout>