SanYeCao-blog/src/components/Footer.astro

8 lines
204 B
Text
Raw Normal View History

2026-03-24 17:33:01 +00:00
---
const platform = "github";
const username = "ClovertaTheTrilobita";
---
<footer>
<p>Learn more about my projects on <a href={`https://www.${platform}.com/${username}`}>{platform}</a>!</p>
</footer>