feat: change the footer

This commit is contained in:
grassblock 2025-05-01 17:43:46 +08:00
parent 4f28851f77
commit 2a25b1071b
2 changed files with 3 additions and 1 deletions

2
public/mercury.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -44,7 +44,7 @@ const { title, path = "~/grassblock/micr0blog" } = Astro.props;
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
Powered by <a href="#">Bear ƒ••?</a> Powered by <a href="https://git.gb0.dev/gb/mercury"><img src="mercury.svg" width="16px" alt="mercury logo" /> mercury</a>
</div> </div>
</footer> </footer>
</body> </body>