mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-09 16:09:03 -06:00
Change spacing, underline summary heading, tag URLs + spacing
This commit is contained in:
@@ -27,11 +27,13 @@ const { url, date, title, tags, description } = Astro.props;
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="post_combo">
|
<div class="post_combo">
|
||||||
<h2>
|
<h2 class="underline mr-1"><a href={url}>{ title }</a></h2>
|
||||||
<a href={url}>{ title }</a>
|
<i class="space-x-2">
|
||||||
</h2>
|
{tags.map((tag) => (
|
||||||
<i>
|
<a href={`/tags/${tag}`}>
|
||||||
{ tags.join(" ")}
|
{ tag }
|
||||||
|
</a>
|
||||||
|
))}
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
{ description }
|
{ description }
|
||||||
|
|||||||
Reference in New Issue
Block a user