summaryrefslogtreecommitdiff
path: root/src/lib/components/PostCard.svelte
diff options
context:
space:
mode:
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>