Skip to content

Commit

Permalink
link to home goes to baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
meleu authored Apr 4, 2022
1 parent 3781b67 commit 27c4761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="centered">
<h1>404.</h1>
<h3>Hey! You look a little lost. This page doesn't exist (or may be private).</h3>
<a href="/">↳ Let's get you home.</a>
<a href="{{ .Site.BaseURL }}">↳ Let's get you home.</a>
</div>
</div>
</body>
Expand Down

0 comments on commit 27c4761

Please sign in to comment.