wip press kit
This commit is contained in:
parent
d8a7237bec
commit
4e2906082d
5
content/press.md
Normal file
5
content/press.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Press Kit
|
||||
---
|
||||
|
||||
> **Evan Pratten** is a Canadian Software Developer and Musician.
|
@ -1,3 +1,6 @@
|
||||
.footer {
|
||||
text-align: center;
|
||||
p {
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,9 @@
|
||||
Copyright © 2017 - {{ now() | date(format="%Y") }}
|
||||
<strong>Evan Warren Pratten</strong>
|
||||
</p>
|
||||
{# <p>
|
||||
<a href="/press">Press Kit</a>
|
||||
·
|
||||
<a href="/contact">Contact</a>
|
||||
</p> #}
|
||||
</div>
|
4
templates/shortcodes/years_since.html
Normal file
4
templates/shortcodes/years_since.html
Normal file
@ -0,0 +1,4 @@
|
||||
{% set year_start = year | int %}
|
||||
{% set year_end = now() | date(format="%Y") | int %}
|
||||
|
||||
{{ year_end - year_start }}
|
Loading…
x
Reference in New Issue
Block a user