Skip to content

Commit

Permalink
Fix landing page title
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Feb 10, 2025
1 parent 9a786be commit f743d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main_template.ori
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>${ page/title } | Vale.Rocks</title>
<title>${ page/title === 'Vale.Rocks' ? page/title : `${page/title} | Vale.Rocks` }</title>
<meta property="og:title" content="${ page/title }">
<meta name="citation_title" content="${ page/title }">
${ page/description ? `
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.ori
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f743d9a

Please sign in to comment.