forked from CCCHH/ccchh-website
Create CCCHH theme
This commit is contained in:
parent
8394b08524
commit
2d267ba9fe
23 changed files with 629 additions and 1 deletions
8
themes/ccchh/layouts/404.html
Normal file
8
themes/ccchh/layouts/404.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ define "main" }}
|
||||
<main class="container" aria-role="main">
|
||||
<div>
|
||||
<h1 id="title">404 Page not Found</h1>
|
||||
<a href="{{ "" | relURL }}">Back Home</a>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue