feat: add elsewhere to footer; fix srht link

This commit is contained in:
Ayo Ayco 2024-04-20 08:43:19 +00:00
parent 82c06d1966
commit b57f6950fb
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@ const year = new Date().getFullYear();
<li>
See the <a href="https://sr.ht/~ayoayco/personal-site">source code</a>
</li>
<li>
Elsewhere: <a href="https://ayo.so/cials">ayo.so/cials</a>
</li>
</ul>
</footer>

View file

@ -16,7 +16,7 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");
<p>This very website is now running on a <a href="https://flask.palletsprojects.com/">Flask</a> python server. And I have started working on a self-hosted public <a href="https://git.sr.ht/~ayoayco/threads">/threads</a> project.</p>
<p>Will probably write some blogs about the journey, but I have already organized the collection of repositories for my <a href="https://git.sr.ht/~ayoayco/threads">personal site</a></p>
<p>Will probably write some blogs about the journey, but I have already organized the collection of repositories for my <a href="https://sr.ht/~ayoayco/personal-site">personal site</a></p>
<Posts posts={posts} title="Previously..." />
<hr />