mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
f6455a8213
* 404 is now fully reworked
13 lines
No EOL
377 B
HTML
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 }} |