summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorMax2017-04-21 19:38:27 +0200
committerMax2017-04-21 19:38:27 +0200
commit019ecfc264875870289f99b08e073baeed9a49bd (patch)
treeed4cbcaee5cc78181a886605dc0fe8557cc350fd /layouts
parent456e316e598319ab7fcd1bd439db1887222fefe2 (diff)
downloadiamfabulous.de-019ecfc264875870289f99b08e073baeed9a49bd.tar.gz
Minor improvement.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/error/single.html2
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" .}}