updates
This commit is contained in:
@@ -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>
|
5
content/_markdown_footer.md
Normal file
5
content/_markdown_footer.md
Normal 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>
|
@@ -3,3 +3,7 @@
|
||||
text-align: center;
|
||||
margin-bottom: var(--pico-block-spacing-vertical);
|
||||
}
|
||||
|
||||
.not-by-ai-image {
|
||||
text-align: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user