initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{{- $onwidths := cond (isset . "onwidths") .onwidths "area-more" }}
|
||||
{{- $onwidthm := cond (isset . "onwidthm") .onwidthm "show" }}
|
||||
{{- $onwidthl := cond (isset . "onwidthl") .onwidthl "show" }}
|
||||
{{- with .page }}
|
||||
{{- $format := .OutputFormats.Get "print" }}
|
||||
{{- $show := and $format (not (.Param "disablePrintButton")) }}
|
||||
{{- if $show }}
|
||||
{{- $show = not (partial "_relearn/pageIsSpecial.gotmpl" .) }}
|
||||
{{- end }}
|
||||
{{- if $show }}
|
||||
{{- partial "topbar/func/button.html" (dict
|
||||
"page" .
|
||||
"class" "topbar-button-print"
|
||||
"href" $format.RelPermalink
|
||||
"icon" "print"
|
||||
"onwidths" $onwidths
|
||||
"onwidthm" $onwidthm
|
||||
"onwidthl" $onwidthl
|
||||
"hint" (printf "%s (CTRL+ALT+p)" (T "Print-this-chapter"))
|
||||
)}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user