mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: typo in print shortcut #268
This commit is contained in:
parent
0b5e21f488
commit
b5c98871cb
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
{{- end }}
|
||||
{{- with .OutputFormats.Get "PRINT" }}
|
||||
<div id="top-print-link">
|
||||
<a class="print-link" title='{{ T "Print-this-chapter" }} (CTRL+ALT+t)' href="{{ .RelPermalink }}">
|
||||
<a class="print-link" title='{{ T "Print-this-chapter" }} (CTRL+ALT+p)' href="{{ .RelPermalink }}">
|
||||
<i class="fas fa-print fa-fw"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue