Fix 404 page link
All checks were successful
/ jekyll (push) Successful in 16s

This commit is contained in:
Bill Niblock 2024-06-14 16:53:26 -04:00
parent e8665baaa2
commit ea05026763

View file

@ -23,5 +23,5 @@ layout: journal
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<a href="/">Go Home</a>
<a href="{{ site.baseurl }}/">Go Home</a>
</div>