diff options
Diffstat (limited to 'templates/pages/notfound.gohtml')
-rw-r--r-- | templates/pages/notfound.gohtml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/pages/notfound.gohtml b/templates/pages/notfound.gohtml index 911f8e1..d1b6e85 100644 --- a/templates/pages/notfound.gohtml +++ b/templates/pages/notfound.gohtml @@ -1,10 +1,5 @@ {{template "layout.gohtml" .}} {{define "content"}} -<div class="layout-center"> - <form action="/"> - <h1>Not found.</h1> - <p>Link expired or already viewed.</p> - <input type="submit" value="← Back"> - </form> -</div> + <h1>Not found.</h1> + <p>Link expired or already viewed.</p> {{ end }} |