initial commit

This commit is contained in:
Josh Johnson 2016-02-19 23:35:42 -05:00
commit f92932b947
44 changed files with 851 additions and 0 deletions

11
layouts/404.html Normal file
View file

@ -0,0 +1,11 @@
{{ partial "site_header.html" . }}
{{ partial "page_header.html" . }}
<main class="content">
<article class="post">
{{ partial "not_found.html" . }}
</article>
</main>
{{ partial "page_footer.html" . }}
{{ partial "site_footer.html" . }}