Skip to content

Commit c22ec44

Browse files
author
Amin Bandali
committed
Fix the Home link on 404 page
1 parent c49322e commit c22ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ permalink: /404.html
88
Sorry, we can't seem to find this page's pixylls.
99

1010
<div class="mt3">
11-
<a href="{{ site.baseurl }}" class="button button-blue button-big">Home</a>
11+
<a href="{{ site.baseurl }}/" class="button button-blue button-big">Home</a>
1212
<a href="{{ site.baseurl }}/contact/" class="button button-blue button-big">Contact</a>
1313
</div>

0 commit comments

Comments
 (0)