Skip to content

Commit

Permalink
404.html: Avoid 404.png redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Dupuis committed Oct 23, 2023
1 parent 8c3d82d commit 5d34f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block content %}
<div class="page-not-found">
<img src="/images/404.png" alt="Not found" />
<img src="{{ base_url }}/images/404.png" alt="Not found" />
<h1>Page not found.</h1>
<a href="/">Back to front page</a>
</div>
Expand Down

0 comments on commit 5d34f32

Please sign in to comment.