Skip to content

Commit

Permalink
clean up 404.html template (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlennert committed Jul 31, 2020
1 parent 69bfa8d commit f638b7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions themes/grass/layouts/404.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
</head>

<body>

{{ define "main"}}
<main id="main">
<div>
Expand All @@ -13,6 +6,3 @@ <h2 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h2>
</div>
</main>
{{ end }}


</body> </html>

0 comments on commit f638b7d

Please sign in to comment.