fix links, start working on theme toggle

This commit is contained in:
2024-06-10 22:10:20 -04:00
parent 3320683d10
commit 006d5390c5
3 changed files with 28 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
{#each posts as post}
<li class="py-4">
<h3 class="pb-1">
<a class="link-primary" href={post.path}>
<a class="link-primary" href={`/poetry/${post.filename}`}>
{post.meta.title}
</a>
</h3>

View File

@@ -62,7 +62,7 @@
{#each posts as post}
<li class="py-4">
<h3 class="pb-1">
<a class="link-primary" href={post.path}>
<a class="link-primary" href={`/thoughts/${post.filename}`}>
{post.meta.title}
</a>
</h3>