From 93018061f822c2629d8c3c703c5da68d3c455614 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 21 Sep 2026 23:37:30 -0400 Subject: [PATCH] Hide the title of the home page --- _layouts/note.html | 2 ++ _notes/index.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/note.html b/_layouts/note.html index 0046410..aeec4c5 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -2,7 +2,9 @@ layout: default --- +{% unless page.hide_title %}

{{ page.title }}

+{% endunless %} {{ content }} diff --git a/_notes/index.md b/_notes/index.md index dbf51ca..4cebc27 100644 --- a/_notes/index.md +++ b/_notes/index.md @@ -1,9 +1,10 @@ --- title: Brendan Chen permalink: / +hide_title: true --- -I'm Brendan, a software engineer based in Atlanta, GA and Orange County, CA. +I'm Brendan. - [[Projects]] - [View my resume](https://bchen.dev/assets/resume.pdf)