Skip to content

Commit

Permalink
Fixes wrong image link on 404 page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Nov 28, 2020
1 parent ae27683 commit e7b5f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{include="page.header"}
<div class="container">
<div class="text-center">
<img src={$asset_path}/dist/img/sad_star.png" alt="Nothing found">
<img src="{$asset_path}/dist/img/sad_star.png#" alt="Nothing found">
</div>
<div class="nothing-found">{'Sorry, nothing to see here.'|t} That's a <strong>404</strong>.</div>
<p class="text-center">{$error_message}</p>
Expand Down

0 comments on commit e7b5f52

Please sign in to comment.