fixes: fix dark scheme & port from legacy blog
My old blog only ever had 1 post, but its a good place to start.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
---
|
||||
<footer class="footer">
|
||||
<nav class="nav">
|
||||
<div>2021 © Copyright notice | <a href={ SITE.githubUrl } title={`${ SITE.name }'s Github URL'`}>{ SITE.name }</a>
|
||||
<ModeLabel client:load/> theme on <a href="https://astro.build/">Astro</a></div>
|
||||
<div>2021 © 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>
|
||||
<NetlifyIdentity client:load/>
|
||||
</nav>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user