switch to new theme due to old theme not liking newer versions. New theme seems kick-arse, however
This commit is contained in:
parent
1909ea34ea
commit
e3ac8b96f5
531 changed files with 147790 additions and 66 deletions
11
themes/story/layouts/404.html
Normal file
11
themes/story/layouts/404.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{{ define "title" }}Error 404 Not Found{{ end }}
|
||||
{{ define "main" }}
|
||||
|
||||
<div class="pa3 pa4-ns w-100 w-70-ns center">
|
||||
<section class="w-100 mw8">
|
||||
<h1>What is the sound of one page missing?</h1>
|
||||
<p>That page doesn't exist. Perhaps you'd like to <a href="{{ "search/" | absURL }}">search</a> this site or start at the homepage.</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue