display article description after title (#4)
inspired by https://p.atrick.org
This commit is contained in:
parent
3aa7ca486b
commit
a886bfaa5a
16 changed files with 149 additions and 133 deletions
|
@ -35,16 +35,6 @@ const { title, description, image, date, updated, tags } = Astro.props;
|
|||
<slot />
|
||||
</SkinnyCenter>
|
||||
</main>
|
||||
<div
|
||||
class="fixed top-[-10px] z-40 h-5 w-screen bg-primary opacity-90 blur"
|
||||
aria-hidden="true"
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="fixed bottom-[-10px] z-40 h-5 w-screen bg-primary opacity-90 blur"
|
||||
aria-hidden="true"
|
||||
>
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue