updates
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
<footer class="footer-content grid">
|
<footer class="footer-content">
|
||||||
<div>
|
<div>
|
||||||
Powered by <a href="https://github.com/rochacbruno/marmite">Marmite</a> |
|
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>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</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>
|
@@ -2,4 +2,8 @@
|
|||||||
.footer-content div {
|
.footer-content div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: var(--pico-block-spacing-vertical);
|
margin-bottom: var(--pico-block-spacing-vertical);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.not-by-ai-image {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user