just file, docker file and website css fixes

This commit is contained in:
2026-05-26 23:04:48 +01:00
parent edace5eef8
commit 2c72bac2e2
5 changed files with 39 additions and 20 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
</script>
{#snippet PostCard(post: Post)}
<a class="container" href={post.path}>
<a class="container" href="/{post.path}">
<div class="card">
<div class="left">
<span class="post-title">{post.title}</span>