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

View file

@ -44,7 +44,7 @@ const { title, path = "~/grassblock/micr0blog" } = Astro.props;
<footer class="footer">
<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>
</footer>
</body>