Skip to content

Commit

Permalink
Merge pull request #782 from lean-ja/delete-print-button
Browse files Browse the repository at this point in the history
印刷ボタンが正常に機能しない
  • Loading branch information
Seasawher authored Sep 11, 2024
2 parents cbe55c6 + ef3cfc6 commit 0b68cd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
<h1 class="menu-title">{{ book_title }}</h1>

<div class="right-buttons">
{{#if print_enable}}
<a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
{{/if}}
{{#if git_repository_url}}
<a href="{{git_repository_url}}" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa {{git_repository_icon}}"></i>
Expand Down

0 comments on commit 0b68cd8

Please sign in to comment.