fixed categories page

This commit is contained in:
2026-03-21 16:08:56 +00:00
parent d2c910748c
commit 7aa4687bd5
9 changed files with 59 additions and 14 deletions

View File

@@ -203,6 +203,15 @@
<p class="text-sm text-text/70"><i>All the posts with the category "nvim"</i></p>
<ul class="mt-6 pt-6 border-t border-t-base-alt dark:border-t-[#39394b]">
<li>
<div class="flex flex-col md:flex-row space-x-4">
<a class="font-mono text-lg w-fit no-underline! hover:underline! hover:decoration-dashed" href="https:&#x2F;&#x2F;blog.voidarc.co.uk&#x2F;posts&#x2F;site&#x2F;">Making a Blog Using a Niche Markdown Language</a>
<time class="text-grey text-sm italic"> on <strong>March 21, 2026</strong></time>
</div>
</li>
</ul>
</div>