From f743d9acaf39b794019cee02e840a74be928b330 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Mon, 10 Feb 2025 14:00:44 +0800 Subject: [PATCH] Fix landing page title --- src/main_template.ori | 2 +- src/pages/index.ori | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main_template.ori b/src/main_template.ori index bc31390c..d64c1541 100644 --- a/src/main_template.ori +++ b/src/main_template.ori @@ -5,7 +5,7 @@ - ${ page/title } | Vale.Rocks + ${ page/title === 'Vale.Rocks' ? page/title : `${page/title} | Vale.Rocks` } ${ page/description ? ` diff --git a/src/pages/index.ori b/src/pages/index.ori index 909b8245..17a1106b 100644 --- a/src/pages/index.ori +++ b/src/pages/index.ori @@ -1,5 +1,5 @@ (posts_data, portfolio_data) => main_template.ori({ - title: "Index" + title: "Vale.Rocks" description: "The personal website of Declan Chidlow, known mononymously as Vale, containing my thoughts, musings, and otherwise unhinged ramblings." og_description: "The hippest site this side of MySpace." stylesheet: "pages/index.css"