forked from mirrors/hugo-tufte
404.html is now complete
* 404 is now fully reworked
This commit is contained in:
parent
f996f97a84
commit
f6455a8213
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{{ define "main" }}
|
||||
truc
|
||||
<div id="layout" class="pure-g">
|
||||
<article class="pure-u-1">
|
||||
{{ 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>
|
||||
{{ partial "footer.html" . }}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue