Skip to content

Commit

Permalink
Merge pull request matcornic#161 from pgorod/patch-1
Browse files Browse the repository at this point in the history
Update 404.html
  • Loading branch information
matcornic committed Sep 20, 2018
2 parents e831b77 + 84b3256 commit 9815eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/404.html
Expand Up @@ -49,7 +49,7 @@ <h1>{{T "title-404"}}</h1>
<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%"></img></p>
<p><img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%" alt="Page not found!"></img></p>
</div>
</div>

Expand Down

0 comments on commit 9815eb7

Please sign in to comment.