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)