diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 9d1f635..cdbba28 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -13,7 +13,7 @@ const url = Astro.url.pathname;
{
- title === site["site-title"] ? (
+ url === "/" ? (
{site["site-title"]}
) : (
{[title, site["site-title"]].join(" | ")}
@@ -37,7 +37,7 @@ const url = Astro.url.pathname;
{
- title === site["site-title"] ? (
+ url === "/" ? (
) : (
- {frontmatter.title}
+
{
!frontmatter.date ? (
""
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index d1476e4..0b987d8 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -1,14 +1,16 @@
---
-title: Jake Mulley
+title: 👋 Hello! I'm Jake Mulley.
layout: "../layouts/Page.astro"
---
import BlogPostList from "../components/BlogPostList.astro";
-👋 I'm currently working in the [Platforms and Architecture](https://mojdigital.blog.gov.uk/) team at [Ministry of Justice](https://www.gov.uk/government/organisations/ministry-of-justice) as a **Principal Technical Architect**.
+I'm currently working as a **[Principal Technical Architect](https://ddat-capability-framework.service.gov.uk/technical-architect.html#principal-technical-architect)** at the UK government's [Ministry of Justice](https://www.gov.uk/government/organisations/ministry-of-justice).
+
+Before joining the Ministry of Justice, I spent 8 years as a software engineer in other public sector organisations, software-as-a-service companies, digital agencies, and more.
[Read more about me →](/about)
-## Blog posts
+## 📝 Blog posts