chore: add not by ai footer

This commit is contained in:
Andrea 2024-12-28 12:02:33 +01:00
parent 54ac576efc
commit 4e3f950241
Signed by: nullndr
GPG Key ID: 8DA8996EF89F33BB
2 changed files with 11 additions and 0 deletions

7
content/_footer.md Normal file
View File

@ -0,0 +1,7 @@
<footer class="footer-content grid">
<div class="notbyai">
<a href="https://notbyai.fyi/" target="_blank" rel="noreferrer">
<img alt="nobyai logo" src="https://user-images.githubusercontent.com/62137266/225653923-a69103f5-b318-4e52-9ea1-95b61d388366.svg"></img>
</a>
</div>
</footer>

4
custom.css Normal file
View File

@ -0,0 +1,4 @@
.notbyai {
margin-bottom: var(--pico-block-spacing-vertical);
}