diff options
| -rw-r--r-- | layouts/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index e831189..63eda66 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,7 +2,7 @@ <header><p>404 - not found</p><br></header> <nav> <p class="twelve columns" style="margin-top: 20px"> - <a href="index.html" title="back to index">back to index</a> + <a class="button" href="/" title="back to index">click to go back</a> </p> </nav> {{partial "footer.tmpl"}} |
