Navigation Menu

Skip to content

Commit

Permalink
doc: add link text to other language links
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 28, 2012
1 parent ce5da49 commit 8ed5b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/themes/mroonga/layout.html
Expand Up @@ -28,10 +28,10 @@ <h1 class="title">
<div class="other-language-links">
<ul>
{%- if language != "en" %}
<li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/us.png', 1) }}" alt="English"></a></li>
<li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/us.png', 1) }}" alt="English">English version</a></li>
{%- endif %}
{%- if language != "ja" %}
<li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/jp.png', 1) }}" alt="日本語"></a></li>
<li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/jp.png', 1) }}" alt="日本語">日本語版はこちら</a></li>
{%- endif %}
</ul>
</div>
Expand Down

0 comments on commit 8ed5b56

Please sign in to comment.