Skip to content

Commit

Permalink
Merge pull request #119 from everyleaf/fix_link_to_top
Browse files Browse the repository at this point in the history
jumplistの文言変更&トップへのリンクを本家に飛ばさないようにした
  • Loading branch information
akira888 authored Dec 13, 2024
2 parents ab911a5 + 873bad3 commit 2a0b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<nav class="jump">
<ul class="jump__list">
<li><a class="jump__list-link jump__list-link--hotwire" href="https://hotwired.dev">Hotwire:</a></li>
<li><a class="jump__list-link jump__list-link--hotwire" href="/">Hotwire ドキュメント(有志翻訳版):</a></li>
<li><a class="jump__list-link jump__list-link--active" href="/">Turbo</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 2a0b83e

Please sign in to comment.