💬 replace emojis in headings with [ ]

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-23 13:04:53 +02:00
parent a426978e1f
commit 9baa8242f3
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
34 changed files with 38 additions and 38 deletions

View file

@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
<SectionContainer>
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
<article>
<h1 class="text-3xl font-extrabold">{frontmatter.title}</h1>
<h1 class="text-3xl font-extrabold">[ {frontmatter.title} ]</h1>
<p class="italic mb-4">{frontmatter.description}</p>
<div class="blog">
<slot />