fix: link to personal-site srht page

This commit is contained in:
Ayo Ayco 2024-04-19 22:12:41 +02:00
parent 14c02d1e26
commit 5321ac85c2

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> server. And I have started working on a self-hosted public <a href="https://git.sr.ht/~ayoayco/threads">/threads</a> project also on Python.</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 />