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 -%}

View file

@ -1,6 +1,6 @@
:root {
font-size: 16px;
font-size: clamp(14px, 8px + 0.65vw, 30px);
font-size: clamp(16px, 10px + 0.75vw, 30px);
box-sizing: border-box;
display: flex;
flex-direction: column;