Skip to content

Commit 0c36ad9

Browse files
Copilotcalcode
andcommitted
Fix 404.html homepage link to use / instead of site.baseurl
Co-authored-by: calcode <8709992+calcode@users.noreply.github.com>
1 parent 956e19a commit 0c36ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)