Skip to content

Commit

Permalink
Second try.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhill committed Dec 21, 2024
1 parent 1dd4873 commit 42136bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/partials/_back_to_top_list_item.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<li class="back-to-top-list-item invisible"><a href="#top" data-js-hook="back-to-top-button"><span id="back-to-top-title">Back to top</span></a></li>
<li class="back-to-top-list-item invisible"><a href="../index.html" data-js-hook="back-to-top-button"><span id="back-to-top-title">Home</span></a></li>
<li class="back-to-top-list-item invisible">
<% link_to "index.html", data: { 'js-hook': "back-to-top-button" }, relative: true do %>
<span id="back-to-top-title">Home</span>
<% end %>
</li>

0 comments on commit 42136bb

Please sign in to comment.