Skip to content

Commit 589cbd3

Browse files
authored
Merge pull request #161 from pgorod/patch-1
Update 404.html
2 parents 441fa98 + 781d1e9 commit 589cbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>{{T "title-404"}}</h1>
4949
<p>{{T "message-404"}}</p>
5050
<p></p>
5151
<p><a href='{{ "" | relLangURL }}'>{{T "Go-to-homepage"}}</a></p>
52-
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%"></img></p>
52+
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%" alt="Page not found!"></img></p>
5353
</div>
5454
</div>
5555

0 commit comments

Comments
 (0)