summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 3171635..e30cc74 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -29,7 +29,7 @@ _ ___ _.--.
<div class="container">
<div class="row center">
<p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="/" title="back to index">click to go back</a>
+ <a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
</p>
</div>
</div>