Hide the title of the home page
All checks were successful
Deploy Jekyll site to Cloudflare Pages / build (push) Successful in 2m54s

This commit is contained in:
2026-09-21 23:37:30 -04:00
parent 5e4e19da40
commit 93018061f8
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,9 @@
layout: default layout: default
--- ---
{% unless page.hide_title %}
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
{% endunless %}
{{ content }} {{ content }}

View File

@@ -1,9 +1,10 @@
--- ---
title: Brendan Chen title: Brendan Chen
permalink: / permalink: /
hide_title: true
--- ---
I'm Brendan, a software engineer based in Atlanta, GA and Orange County, CA. I'm Brendan.
- [[Projects]] - [[Projects]]
- [View my resume](https://bchen.dev/assets/resume.pdf) - [View my resume](https://bchen.dev/assets/resume.pdf)