9 lines
447 B
Plaintext
9 lines
447 B
Plaintext
---
|
||
layout: layouts/base.njk
|
||
showPostListHeader: yep
|
||
---
|
||
<h1>I’m Nathan; welcome friend.</h1>
|
||
<p class="nodropcap page-block">My name is Nathan Upchurch, and this is my personal website and blog, where I write about all sorts of <a href="/tags">things</a> that I find interesting. Click through the categories below or see the <a href="/sitemap">sitemap</a> for a full list of everything there is to look at here.</p>
|
||
|
||
{{ content | safe }}
|