mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:14:49 +08:00
favicon: fix all URLs if site resides in subfolder #302
This commit is contained in:
parent
691279743c
commit
6f806cc5ea
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user