ensure valid rss items (#31)
* ensure valid rss items * remove dayjs package
This commit is contained in:
parent
ff81ab71bf
commit
3a886c4493
5 changed files with 25 additions and 19 deletions
|
@ -26,13 +26,13 @@ const { title, description, image, date, updated, tags } = Astro.props;
|
|||
updated={updated}
|
||||
tags={tags}
|
||||
/>
|
||||
<body class="bg-primary text-secondary">
|
||||
<div class="flex min-h-screen flex-col justify-start p-8 pt-0 md:pt-8">
|
||||
<Header />
|
||||
<main class="mx-auto w-full max-w-prose space-y-6">
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
<body
|
||||
class="flex min-h-screen flex-col justify-start bg-primary p-8 pt-0 text-secondary md:pt-8"
|
||||
>
|
||||
<Header />
|
||||
<main class="mx-auto w-full max-w-prose space-y-6">
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue