Skip to content

Commit

Permalink
absolute img url for 404
Browse files Browse the repository at this point in the history
  • Loading branch information
iandennismiller committed Sep 22, 2023
1 parent f84660d commit fdef942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _root/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div style="text-align: center; font-family: sans-serif; font-size: 4em;">
<p>The page you requested could not be found.</p>
<p><img src="./media/headers/aerial-1.jpg"></p>
<p><img src="{{ site.baseurl }}/media/headers/aerial-1.jpg"></p>
</div>
</body>
</html>

0 comments on commit fdef942

Please sign in to comment.