remove author from header, it's always gonna be me

This commit is contained in:
Joshua Seigler 2025-06-29 00:28:43 -04:00
parent 8014855669
commit c8a8a2b0ef
2 changed files with 1 additions and 4 deletions

View file

@ -18,9 +18,6 @@
</nav>
<h1>{{ title }}</h1>
<div class="header-meta">
{%- if author -%}
<author>{{ author }}</author>
{%- endif -%}
{%- if date and not omitMetadata -%}
<date>{{ date | formatDate("MMMM D, YYYY") }}</date>
{%- endif -%}