fix: link to personal-site srht page
This commit is contained in:
parent
14c02d1e26
commit
5321ac85c2
1 changed files with 1 additions and 1 deletions
|
@ -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>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..." />
|
<Posts posts={posts} title="Previously..." />
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Reference in a new issue