mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
Update 404.html
This is useful because using "alt" attribute is generally a good idea. But I had to change this in my project because I am running automated tests and this was causing an error from my over-zealous error-checker robot. Fair enough.
This commit is contained in:
parent
441fa98bc9
commit
781d1e9457
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<p>{{T "message-404"}}</p>
|
<p>{{T "message-404"}}</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p><a href='{{ "" | relLangURL }}'>{{T "Go-to-homepage"}}</a></p>
|
<p><a href='{{ "" | relLangURL }}'>{{T "Go-to-homepage"}}</a></p>
|
||||||
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%"></img></p>
|
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%" alt="Page not found!"></img></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue