Skip to content

Commit e0cff62

Browse files
committed
Use Ruby logo as a link to the site root
1 parent b7104ef commit e0cff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div id="page">
2121
<div id="header">
2222
<div id="logo">
23-
<img src="/images/logo.gif" width="331" height="119" alt="Ruby - A Programmer's Best Friend" title="">
23+
<a href="/{{ page.lang }}/"><img src="/images/logo.gif" width="331" height="119" alt="Ruby - A Programmer's Best Friend" title=""></a>
2424
</div>
2525
<div class="site-links">
2626
{% include sitelinks.html %}

0 commit comments

Comments
 (0)