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>
|
</nav>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<div class="header-meta">
|
<div class="header-meta">
|
||||||
{%- if author -%}
|
|
||||||
<author>{{ author }}</author>
|
|
||||||
{%- endif -%}
|
|
||||||
{%- if date and not omitMetadata -%}
|
{%- if date and not omitMetadata -%}
|
||||||
<date>{{ date | formatDate("MMMM D, YYYY") }}</date>
|
<date>{{ date | formatDate("MMMM D, YYYY") }}</date>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
:root {
|
:root {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-size: clamp(14px, 8px + 0.65vw, 30px);
|
font-size: clamp(16px, 10px + 0.75vw, 30px);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue