Skip to content

Commit df6fa8b

Browse files
committed
fix homepage link on 404 page
1 parent a729222 commit df6fa8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<h1>Error 404 - Page Not Found</h1>
99

10-
<h3>Hmmm... That page doesn't seem to exist. 😥 Try heading to the <a href="{{ '/' | relative_url }}">home page</a> instead.</h3>
10+
<h3>Hmmm... That page doesn't seem to exist. 😥 Try heading to the <a href="{{ '/' | absolute_url }}">home page</a> instead.</h3>

0 commit comments

Comments
 (0)