Skip to content

Commit 15d7ac9

Browse files
authored
Merge pull request #10 from calcode/copilot/fix-head-back-homepage-link
Fix 404 "Head back to the homepage" link to always resolve to root
2 parents 2cb19b3 + 0c36ad9 commit 15d7ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
<div class="page">
88
<h1 class="page-title">Page not found (404)</h1>
9-
<p class="lead">Uh oh. Something doesn't seem right here! <a href="{{ site.baseurl }}">Head back to the homepage</a>.</p>
9+
<p class="lead">Uh oh. Something doesn't seem right here! <a href="/">Head back to the homepage</a>.</p>
1010
</div>

0 commit comments

Comments
 (0)