favicon: fix all URLs if site resides in subfolder #302

This commit is contained in:
Sören Weber 2022-07-06 00:26:30 +02:00
parent 691279743c
commit 6f806cc5ea
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -33,7 +33,7 @@
<p>{{ T "message-404" }}</p>
<p></p>
<p><a href="{{ "" | relLangURL }}">{{ T "Go-to-homepage" }}</a></p>
<p><img src="{{ "/images/gopher-404.jpg" | relURL }}" style="width:50%" alt="Page not found!"></p>
<p><img src="{{ "images/gopher-404.jpg" | relURL }}" style="width:50%" alt="Page not found!"></p>
</div>
</main>
</div>