This commit is contained in:
2025-07-30 16:17:45 +02:00
parent f21cef812a
commit 0f3ec81510
4 changed files with 15 additions and 6 deletions

View File

@@ -1,8 +1,5 @@
<footer class="footer-content grid">
<footer class="footer-content">
<div>
Powered by <a href="https://github.com/rochacbruno/marmite">Marmite</a> |
<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>
Powered by <a href="https://github.com/rochacbruno/marmite">Marmite</a>
</div>
</footer>

View File

@@ -0,0 +1,5 @@
<div class="not-by-ai-image">
<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>

View File

@@ -3,3 +3,7 @@
text-align: center;
margin-bottom: var(--pico-block-spacing-vertical);
}
.not-by-ai-image {
text-align: right;
}

3
custom.js Normal file
View File

@@ -0,0 +1,3 @@
/**
* Additional js
*/