404.html is now complete

* 404 is now fully reworked
This commit is contained in:
slashformotion 2021-08-07 21:45:19 +02:00 committed by GitHub
parent f996f97a84
commit f6455a8213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{{ define "main" }} {{ define "main" }}
truc
<div id="layout" class="pure-g"> <div id="layout" class="pure-g">
<article class="pure-u-1"> <article class="pure-u-1">
{{ partial "brand.html" . }} {{ partial "brand.html" . }}
<section><h1 id="title">{{ .Title }}</h1></section> <section><h2 id="title">Looks like there is a problem in the url... <br/>
<a href="{{ "" | relURL}}">Go Home ? </a></h2></section>
<section> <section>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</section> </section>