summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-13 23:41:37 +0200
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-13 23:42:18 +0200
commit11adcd3d1496c75d8eff40830cc3942d0d4c926d (patch)
tree55c360f4ec0a6760b28d18ccee7fb4aeb5e14fcf /layouts
parent5b9efdbc1f5aacb73c329bd3c08bd6990d310356 (diff)
Added .BaseURL to link in 404 page
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 176cdb8..822572d 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -5,7 +5,7 @@
<div class="content container">
<h1>404: Page not found</h1>
- <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
+ <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
</div>
</body>