Initial commit
This commit is contained in:
commit
1f637ed41e
33 changed files with 832 additions and 0 deletions
9
themes/er/layouts/404.html
Normal file
9
themes/er/layouts/404.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<main class="center mv4 content-width ph3">
|
||||
<div class="f2 fw6 heading-color heading-font">404</div>
|
||||
<p class="lh-copy post-content f4">
|
||||
Sorry, but nothing exists here. <br>
|
||||
Find something <a href='{{ "" | relURL }}'>interesting to read.</a>
|
||||
</p>
|
||||
</main>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue