remove author from header, it's always gonna be me
This commit is contained in:
parent
8014855669
commit
c8a8a2b0ef
2 changed files with 1 additions and 4 deletions
|
@ -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 -%}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue