Skip to content

Commit

Permalink
improved 404 page #204 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadelu committed Jul 28, 2020
1 parent fc9532f commit e4b1aa6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions themes/grass/layouts/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
</head>

<body>
<h1></h1>

{{ define "main"}}
<main id="main">
<div>
<h1>Sorry the page you are looking is missing...</h1>
<h2 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h2>
</div>
</main>
{{ end }}


<hr>
<address></address>
<!-- hhmts start -->Last modified: Mon Aug 12 16:33:41 CEST 2019 <!-- hhmts end -->
</body> </html>

0 comments on commit e4b1aa6

Please sign in to comment.