website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
src/_includes/site-footer.njk
<footer>
<div class="wrapper">
<div class="container">
<div class="spacer"></div>
<p class="copyright-container">
Copyright © {{ site.year }}
<a class="link" href="{{ site.url }}">{{ site.title }}</a>
</p>
</div>
</div>
</footer>