hugo-tufte/layouts/404.html

13 lines
377 B
HTML
Raw Permalink Normal View History

2021-08-01 11:52:39 +02:00
{{ 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>
2021-08-01 11:52:39 +02:00
<section>
{{ partial "footer.html" . }}
</section>
</article>
2015-12-30 03:35:20 +01:00
</div>
2021-08-01 11:52:39 +02:00
{{ end }}