display article description after title (#4)

inspired by https://p.atrick.org
This commit is contained in:
Troy 2024-12-26 22:45:38 +00:00 committed by GitHub
parent 3aa7ca486b
commit a886bfaa5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 149 additions and 133 deletions

View file

@ -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>