Starting page content

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-16 16:02:19 -08:00
parent 3793c0f363
commit 6a5d1569eb
22 changed files with 392 additions and 0 deletions

15
pages/404.html Normal file
View File

@@ -0,0 +1,15 @@
{{#extend "layout"}}
{{#content "body"}}
<article>
<div>
<h1 class="post-title">File Not Found</h1>
<div class="post-content">
<p>The page you've requested could not be located.</p>
<p><a href="/">Return to Site Index</a></p>
</div>
</div>
</article>
{{/content}}
{{/extend}}