💬 Lowercase all titles for consistency
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m4s
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:
parent
2970e3043c
commit
c5956797cc
48 changed files with 48 additions and 48 deletions
|
@ -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 ? (
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: 'Climbboard'
|
||||
title: 'climbboard'
|
||||
description: ''
|
||||
layout: "../../layouts/Layout.astro"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: 'Logs'
|
||||
title: 'logs'
|
||||
description: ''
|
||||
layout: "../../layouts/Layout.astro"
|
||||
---
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue