1

wip press kit

This commit is contained in:
Evan Pratten 2023-02-14 13:10:42 -05:00
parent d8a7237bec
commit 4e2906082d
4 changed files with 17 additions and 0 deletions

5
content/press.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Press Kit
---
> **Evan Pratten** is a Canadian Software Developer and Musician.

View File

@ -1,3 +1,6 @@
.footer {
text-align: center;
p {
margin:0;
}
}

View File

@ -10,4 +10,9 @@
Copyright © 2017 - {{ now() | date(format="%Y") }}
<strong>Evan Warren Pratten</strong>
</p>
{# <p>
<a href="/press">Press Kit</a>
&middot;
<a href="/contact">Contact</a>
</p> #}
</div>

View File

@ -0,0 +1,4 @@
{% set year_start = year | int %}
{% set year_end = now() | date(format="%Y") | int %}
{{ year_end - year_start }}