summaryrefslogtreecommitdiff
path: root/src/lib/components/PostCard.svelte
diff options
context:
space:
mode:
authorBerke Güzel <wenekar1@gmail.com>2026-02-09 01:24:23 +0300
committerBerke Güzel <wenekar1@gmail.com>2026-02-09 01:24:23 +0300
commit3955fbabc9ed05116be07c9f659cd550734f8593 (patch)
tree109ebc5e0946d44b4766219a02b74dac36795300 /src/lib/components/PostCard.svelte
parentf2bb77e460acfd5929ecc6de053b68932f2c8121 (diff)
go FAST
Diffstat (limited to 'src/lib/components/PostCard.svelte')
-rw-r--r--src/lib/components/PostCard.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/components/PostCard.svelte b/src/lib/components/PostCard.svelte
index 83ae71d..a354518 100644
--- a/src/lib/components/PostCard.svelte
+++ b/src/lib/components/PostCard.svelte
@@ -19,7 +19,7 @@
<article>
<header>
<a href="/posts/{post.slug}">
- <h1 style="text-decoration: none;">{post.title}</h1>
+ <h1>{post.title}</h1>
</a>
<small><time datetime={post.date}>{formatDate(post.date)}</time></small>
</header>