diff options
author | digitalcraftsman | 2015-07-13 23:41:37 +0200 |
---|---|---|
committer | digitalcraftsman | 2015-07-13 23:42:18 +0200 |
commit | 11adcd3d1496c75d8eff40830cc3942d0d4c926d (patch) | |
tree | 55c360f4ec0a6760b28d18ccee7fb4aeb5e14fcf /layouts/404.html | |
parent | 5b9efdbc1f5aacb73c329bd3c08bd6990d310356 (diff) | |
download | hyde-11adcd3d1496c75d8eff40830cc3942d0d4c926d.tar.lz hyde-11adcd3d1496c75d8eff40830cc3942d0d4c926d.tar.zst hyde-11adcd3d1496c75d8eff40830cc3942d0d4c926d.zip |
Added .BaseURL to link in 404 page
Diffstat (limited to 'layouts/404.html')
-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 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> |