💬 replace emojis in headings with [ ]
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
a426978e1f
commit
9baa8242f3
34 changed files with 38 additions and 38 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue