diff options
| author | Max | 2017-04-21 19:38:27 +0200 |
|---|---|---|
| committer | Max | 2017-04-21 19:38:27 +0200 |
| commit | 019ecfc264875870289f99b08e073baeed9a49bd (patch) | |
| tree | ed4cbcaee5cc78181a886605dc0fe8557cc350fd /layouts | |
| parent | 456e316e598319ab7fcd1bd439db1887222fefe2 (diff) | |
| download | iamfabulous.de-019ecfc264875870289f99b08e073baeed9a49bd.tar.gz | |
Minor improvement.
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/error/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/error/single.html b/layouts/error/single.html index d126d2f..959476f 100644 --- a/layouts/error/single.html +++ b/layouts/error/single.html @@ -29,7 +29,7 @@ _ ___ _.--. <div class="row center"> <p class="twelve columns" style="margin-top: 20px"> - <a class="button" href="../" title="back to index">go back</a> + <a class="button" href="../" title="go back" onclick="javascript:history.go(-1);return false;">go back</a> </p> </div> {{partial "footer.tmpl" .}} |
