Hide the title of the home page
All checks were successful
Deploy Jekyll site to Cloudflare Pages / build (push) Successful in 2m54s
All checks were successful
Deploy Jekyll site to Cloudflare Pages / build (push) Successful in 2m54s
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% unless page.hide_title %}
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
{% endunless %}
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user