footer: add link to source repository

This commit is contained in:
Timothy DeHerrera
2022-12-09 14:09:09 -07:00
parent afc4488a44
commit bff8ac2473

View File

@@ -6,7 +6,7 @@
<footer class="footer"> <footer class="footer">
<nav class="nav"> <nav class="nav">
<div>2021 &copy; Copyright notice | <a href={ SITE.githubUrl } title={`${ SITE.ghUser }'s Github URL'`}>{ SITE.name }</a> <div>2021 &copy; Copyright notice | <a href={ SITE.githubUrl } title={`${ SITE.ghUser }'s Github URL'`}>{ SITE.name }</a>
<ModeLabel client:load/> built with <a href="https://astro.build/">Astro</a></div> <ModeLabel client:load/> built with <a href="https://astro.build/">Astro</a> | <a href=https://github.com/nrdxp/nrd.sh title=source-code>src</a></div>
<NetlifyIdentity client:load/> <NetlifyIdentity client:load/>
</nav> </nav>
</footer> </footer>