Link bar on left side of main page

(Sucks on phones, but otherwise okay)
Bug fixes
This commit is contained in:
2024-07-06 00:03:50 +02:00
parent c0e69f5413
commit 992c5fa86e
14 changed files with 33 additions and 28 deletions

View File

@ -9,7 +9,7 @@ const { title, description, language } = Astro.props;
---
<MainLayout
title={title}
title=`${title} @ Cyril Šebek`
description={description}
lang={language}
>