💬 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
|
@ -22,7 +22,7 @@ const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a);
|
|||
---
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col gap-4 mt-4">
|
||||
<h1 class="text-3xl font-extrabold">Blog posts</h1>
|
||||
<h1 class="text-3xl font-extrabold">[ Blog ]</h1>
|
||||
<a href="/rss.xml">💥 Subscribe via RSS</a>
|
||||
{sortedYears.map(year => (
|
||||
<section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue