fix broken sticky about post link

This commit is contained in:
2026-08-13 12:26:09 -05:00
parent cf16fa4803
commit 3820341b50

View File

@@ -33,7 +33,7 @@
<div id="sticky-posts-section"> <div id="sticky-posts-section">
<h2>Pinned posts</h2> <h2>Pinned posts</h2>
<ul> <ul>
<li><a href="posts/about.html">About</a></li> <li><a href="https://hexstudios.co/post.html?file=about.md">About</a></li>
</ul> </ul>
</div> </div>