Skip to content

Commit dcd60a2

Browse files
authored
Merge pull request #198 from QuietMisdreavus/fix-print
add a link to the print button to make it work again
2 parents b6acf26 + 79b0a80 commit dcd60a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

theme/index.hbs

+3-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@
145145
<h1 class="menu-title">{{ book_title }}</h1>
146146

147147
<div class="right-buttons">
148-
<i id="print-button" class="fa fa-print" title="Print this book"></i>
148+
<a href="print.html">
149+
<i id="print-button" class="fa fa-print" title="Print this book"></i>
150+
</a>
149151
</div>
150152
</div>
151153

0 commit comments

Comments
 (0)