hugo-tufte/layouts/404.html
slashformotion f6455a8213
404.html is now complete
* 404 is now fully reworked
2021-08-07 21:45:19 +02:00

13 lines
No EOL
377 B
HTML

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