💬 Lowercase all titles for consistency
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m4s

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-06-19 20:39:35 +02:00
parent 2970e3043c
commit c5956797cc
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
48 changed files with 48 additions and 48 deletions

View file

@ -38,7 +38,7 @@ const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a);
<SectionContainer title="bookshelf" description="stuff i read">
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Bookshelf ]</h1>
<h1 class="text-3xl font-extrabold">[ bookshelf ]</h1>
<h2 class="text-xl font-semibold">on the shelf</h2>
<ul class="flex flex-col text-s gap-2 text-l">
{booksShelf.length !== 0 ? (

View file

@ -1,5 +1,5 @@
---
title: 'Climbboard'
title: 'climbboard'
description: ''
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Logs'
title: 'logs'
description: ''
layout: "../../layouts/Layout.astro"
---

View file

@ -33,7 +33,7 @@ const sortedYears = Object.keys(tvByYear).sort((a: any, b: any) => b - a);
---
<SectionContainer title="watchlist" description="stuff i watch">
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Watchlist ]</h1>
<h1 class="text-3xl font-extrabold">[ watchlist ]</h1>
<h2 class="text-xl font-semibold">on the screen</h2>
<ul>