We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5346c34 commit 414b1e6Copy full SHA for 414b1e6
src/components/Micro.astro
@@ -22,7 +22,9 @@ const { Content } = await micro.render()
22
class="card border border-[hsl(var(--muted-foreground))] p-4 flex flex-col gap-2 max-w-[80ch]"
23
>
24
<div class="content border-b border-[hsl(var(--muted-foreground))]">
25
- <h1 transition:name={`title-${slug}`} class="text-xl mb-2">{title}</h1>
+ <a href={`/micro/${slug}/`} class="h-fit">
26
+ <h1 transition:name={`title-${slug}`} class="text-xl mb-2">{title}</h1>
27
+ </a>
28
<time
29
transition:name={`date-${slug}`}
30
class="text-sm text-[hsl(var(--muted-foreground))]"
0 commit comments