Skip to content

Commit

Permalink
jumplistのトップへのリンクを本家に飛ばさないようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
yakitorii committed Dec 13, 2024
1 parent ab911a5 commit 873bad3
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 873bad3

Please sign in to comment.