mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
15 lines
290 B
HTML
15 lines
290 B
HTML
|
{{- partial "topbar/button/edit.html" (dict
|
||
|
"page" .
|
||
|
)}}
|
||
|
{{- partial "topbar/button/print.html" (dict
|
||
|
"page" .
|
||
|
)}}
|
||
|
{{- partial "topbar/button/prev.html" (dict
|
||
|
"page" .
|
||
|
)}}
|
||
|
{{- partial "topbar/button/next.html" (dict
|
||
|
"page" .
|
||
|
)}}
|
||
|
{{- partial "topbar/button/more.html" (dict
|
||
|
"page" .
|
||
|
)}}
|