mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
offset blog post anchor links
This commit is contained in:
@@ -13,7 +13,8 @@ import { format } from 'date-fns';
|
||||
>
|
||||
<div class="pb-2">
|
||||
<div class="md:flex justify-between">
|
||||
<h1 class="mb-4" id={post.slug}>{post.data.title}</h1>
|
||||
<h1 class="mb-4">{post.data.title}</h1>
|
||||
<span id={post.slug} class="-mt-16"></span>
|
||||
</div>
|
||||
<p class="italic p-0 m-0">
|
||||
<time datetime={post.data.date.toISOString()}>
|
||||
|
||||
Reference in New Issue
Block a user