add tweet reference

This commit is contained in:
2024-09-07 17:39:15 +01:00
parent ddbdff8c26
commit 44b52d8751
2 changed files with 5 additions and 2 deletions

View File

@@ -33,8 +33,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
)
}
</div>
<h1 class="m-0 mt-4">{title}</h1>
<hr />
<h1 class="m-0 my-4">{title}</h1>
</div>
<slot />
</div>