diff --git a/src/components/PageTitle.astro b/src/components/PageTitle.astro
index b9e9860..b329d6a 100644
--- a/src/components/PageTitle.astro
+++ b/src/components/PageTitle.astro
@@ -3,7 +3,7 @@ import Title from './Title.astro';
export interface Props {
class?: string;
- grid?: 'fullsize' | 'wide' | 'narrow';
+ grid?: 'narrow' | 'wide' | 'fullsize';
innerGrid?: boolean;
}
@@ -12,12 +12,11 @@ const { class: className, grid = 'narrow', innerGrid } = Astro.props;
-
+
{frontmatter.title}
-
+
{frontmatter.title}
{
diff --git a/src/pages/haiku.astro b/src/pages/haiku.astro
index 27b1a86..8f2a8a4 100644
--- a/src/pages/haiku.astro
+++ b/src/pages/haiku.astro
@@ -24,7 +24,7 @@ const description =
Haiku
diff --git a/src/pages/index.astro b/src/pages/index.astro
index a290a2c..8b19681 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -35,9 +35,6 @@ rssPosts.sort(sortMarkdownByDate);
{site.title}
- {site.tagline}
+
Journal
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 34a3499..63364b7 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -21,9 +21,11 @@ const description =
---
- Projects
+ Projects
-
+